SPBuiltInContentTypeId.System field

Contains the content identifier (ID) for the System content type.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared ReadOnly System As SPContentTypeId
'Usage
Dim value As SPContentTypeId

value = SPBuiltInContentTypeId.System
public static readonly SPContentTypeId System

Remarks

All content types ultimately inherit from the System content type, and the System content type ID is the root of all content type IDs.

For more information about the lineage of content types, see Base Content Type Hierarchy.

See also

Reference

SPBuiltInContentTypeId class

SPBuiltInContentTypeId members

Microsoft.SharePoint namespace

SPContentTypeId

Other resources

Content Type IDs

Site and List Content Types

Base Content Type Hierarchy