DocumentSetTemplate.Id Property

Returns the parent SPContentTypeId object for document sets.

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

Syntax

'Declaration
Public Shared ReadOnly Property Id As SPContentTypeId
    Get
'Usage
Dim value As SPContentTypeId

value = DocumentSetTemplate.Id
public static SPContentTypeId Id { get; }

Property Value

Type: Microsoft.SharePoint.SPContentTypeId
The SPContentTypeId of the base document set content type

Remarks

Use this property to discover whether a specified Content Type isa DocumentSet object. All document set content types IDs inherit from this SPContentTypeId object.

See Also

Reference

DocumentSetTemplate Class

DocumentSetTemplate Members

Microsoft.Office.DocumentManagement.DocumentSets Namespace