Skip to main content

OfficeDocumentBase<T> Properties

Contains the base settings that are common for RichEdit and Spreadsheet documents opened on the server and provides the means to operate the document (close or save a copy).
Name Description
DocumentId Gets the document’s unique identifier.
LastAccessTime Gets the last access time for the document.
LastModifyTime Gets the last modify time for the document.
Modified Gets a value indicating whether the current document was modified after it was opened.
See Also