Edit

Share via


Word.Interfaces.DocumentLibraryVersionLoadOptions interface

Represents a document library version.

Remarks

[ API set: WordApiDesktop 1.3 ]

Properties

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

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

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

$all?: boolean;

Property Value

boolean

comments

Gets any optional comments associated with this version of the shared document.

comments?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

modified

Gets the date and time at which this version of the shared document was last saved to the server.

modified?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

modifiedBy

Gets the name of the user who last saved this version of the shared document to the server.

modifiedBy?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]