DocumentSetVersionItem Structure

Holds display information for the document set snapshot list item.

Namespace:  Microsoft.Office.DocumentManagement.DocumentSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Structure DocumentSetVersionItem
'Usage
Dim instance As DocumentSetVersionItem
public struct DocumentSetVersionItem

Remarks

This information depends on the specific version of the item. Get the specific item from a ContentITem that is referenced by the Internal Id.

Microsoft separates document set version history items into ContentItem and DocumentSetVersionItem because of the structure of the internal XML storage format. The format stores the version-independent information that is contained in the ContentItem object in one DocumentSetVersionItem object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DocumentSetVersionItem Members

Microsoft.Office.DocumentManagement.DocumentSets Namespace