Skip to main content
Known Participant
March 18, 2015
Question

JSFL - How to disable Author-time Sharing on a library item

  • March 18, 2015
  • 0 replies
  • 464 views

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.

This topic has been closed for replies.