Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
var doc = $Documents.Get(id);

doc.Title = 'Sample Document';
doc.Publish('Testing\Folder1;Testing\Folder2');

See Also