DocumentLibraryVersion Members
Include Protected Members
Include Inherited Members
The DocumentLibraryVersion object represents a single saved version of a shared document that has versioning enabled and that is stored in a document library on the server.
The DocumentLibraryVersion type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Application | (Inherited from _IMsoDispObj.) |
![]() |
Application | Returns an Application object that represents the container application for the object. |
![]() |
Comments | Returns any optional comments associated with the specified version of the shared document. |
![]() |
Creator | (Inherited from _IMsoDispObj.) |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. |
![]() |
Index | Returns an Integer representing the index number for an object in the collection. |
![]() |
Modified | Returns the date and time at which the specified version of the shared document was last saved to the server. |
![]() |
ModifiedBy | Returns the name of the user who last saved the specified version of the shared document to the server. |
![]() |
Parent | Returns the parent object for the specified object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Delete | Removes a document library version from the DocumentLibraryVersions collection. |
![]() |
Open | Opens the specified version of the shared document from the DocumentLibraryVersions collection in read-only mode. |
![]() |
Restore | Restores a previous saved version of a shared document from the DocumentLibraryVersions collection. |
Top