Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hello is there is any way we can rename the primary content file using API
Following API can be used:
// Get Primary content holder
wt.content.ContentItem holder = ContentHelper.service.getPrimary(doc);
// Get Primary content stream
ApplicationData applicationdata = (ApplicationData)holder;
//Getter -Setter for fileName
getFileName() and setFileName(“String”)