Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.