Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.DocumentLibraryVersionData interface
- Package:
- word
An interface describing the data returned by calling documentLibraryVersion.toJSON().
Properties
| comments | Gets any optional comments associated with this version of the shared document. |
| modified | Gets the date and time at which this version of the shared document was last saved to the server. |
| modifiedBy | Gets the name of the user who last saved this version of the shared document to the server. |
Property Details
comments
Gets any optional comments associated with this version of the shared document.
comments?: string;
Property Value
string
Remarks
modified
Gets the date and time at which this version of the shared document was last saved to the server.
modified?: any;
Property Value
any
Remarks
modifiedBy
Gets the name of the user who last saved this version of the shared document to the server.
modifiedBy?: string;
Property Value
string
Remarks
Office Add-ins
Feedback
Was this page helpful?
