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