ContentTypeIdFieldType Class

Represents a field containing ContentTypeIdFieldValue data.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.SPField
    Microsoft.SharePoint.SPFieldMultiColumn
      Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldType

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ContentTypeIdFieldType _
    Inherits SPFieldMultiColumn
'Usage
Dim instance As ContentTypeIdFieldType
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ContentTypeIdFieldType : SPFieldMultiColumn

Remarks

The Web control class for displaying and editing ContentTypeIdFieldValue objects is ContentTypeIdField.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ContentTypeIdFieldType Members

Microsoft.SharePoint.Publishing.Fields Namespace