Share via


DocumentLibraryVersions Members (Office)

The DocumentLibraryVersions property of the Document object in Microsoft Word, the Workbook object in Microsoft Excel, and the Presentation object in Microsoft PowerPoint returns a DocumentLibraryVersions object. The DocumentLibraryVersions object represents a collection of DocumentLibraryVersion objects.

Properties

Name

Description

Application

Gets an Application object that represents the container application for the DocumentLibraryVersions object (you can use this property with an Automation object to return that object's container application). Read-only.

Count

Gets a Long indicating the number of items in the DocumentLibraryVersions collection. Read-only.

Creator

Gets a 32-bit integer that indicates the application in which the DocumentLibraryVersions object was created. Read-only.

IsVersioningEnabled

Gets a Boolean value that indicates whether the document library in which the active document is saved on the server is configured to create a backup copy, or version, each time the file is edited on the Web site. Read-only.

Item

Gets a DocumentLibraryVersion object from the DocumentLibraryVersions collection. Read-only.

Parent

Gets the Parent object for the DocumentLibraryVersions object. Read-only.