Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Overview

Gets the globally unique identifier of document.

string myDocument.Id { get; }

Example

var doc = $Documents.New('My Document');
doc.Files.AddPDF('<p>Hello</p>', 'report.pdf');
doc.Publish(["myfolder", "otherfolder"]);

var id = doc.Id;

See Also

  • No labels