DocumentSetVersion Members
Include Protected Members
Include Inherited Members
Represents metadata that is associated with a major or minor version of the DocumentSet object and its files.
The DocumentSetVersion type exposes the following members.
Properties
Name | Description | |
---|---|---|
Comments | Gets the comments for the snapshot. | |
Created | Gets when the snapshot was captured. | |
CreatedBy | Gets the LoginName of the SPUser object that captured the snapshot. | |
IsLastMajor | Gets whether only the latest checked in major versions of a DocumentSet object are captured by this snapshot. | |
ParentCollection | Gets the collection of DocumentSet objects to which this document set snapshot belongs. | |
VersionLabel | Gets the version number of the snapshot. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the snapshot of the document set version (DocumentSetVersion object). | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDisplayContents | Gets information about the snapshot items. | |
GetDisplayFields | Gets the document set snapshot metadata fields with titles and values formatted to the locale. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top