Question
JSFL - How to disable Author-time Sharing on a library item
How can I disable author-time sharing on a library item?
I have tried this:
if (libraryItem.sourceLibraryName) libraryItem.sourceLibraryName = "";
if (libraryItem.sourceFilePath) libraryItem.sourceFilePath = "";
But I get the following error:
Error: Invalid value for property sourceLibraryName.
Thanks.