DocumentSetVersionCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of DocumentSetVersion snapshot objects.
The DocumentSetVersionCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of snapshots in the DocumentSetVersionCollection collection. | |
Folder | Gets the foot folder of the DocumentSet object. | |
Item[Int32] | Gets the snapshot at the specified index in the DocumentSetVersionCollection object. | |
Item[String] | Gets the snapshot with the specified label from the DocumentSetVersionCollection object. | |
List | Gets the parent SPList object of the DocumentSet object to which this collection belongs. |
Top
Methods
Name | Description | |
---|---|---|
Add | Captures the snapshot of the current T:Microsoft.Office.DocumentManagement.DocumentSets.DocumentSet object with the specified settings and stores the result in the collection. | |
Contains | Determines whether the collection contains a document set snapshot with the specified label. | |
DeleteAll | Deletes all the previous snapshots. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator to iterate through the DocumentSetVersionCollection object. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Restore | Restores the document set metadata and items versions to the specified snapshot. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<DocumentSetVersion>.GetEnumerator | Gets an enumerator to iterate through the collection. |
Top