Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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”)
