Overview
Gets the creation date and time of the documentDateTimeOffset myDocument.CreatedAt { get; }
Remarks
Create date may change between different versions of documents.
Example
var doc = $Documents.New('My Document'); doc.Files.AddPDF('<p>Hello</p>', 'report.pdf'); var document_created = doc.CreatedAt;