Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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”)
