SPBuiltInContentTypeId.System Field
Contains the content identifier (ID) for the System content type.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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 Members
Microsoft.SharePoint Namespace