ContentTypeIdFieldValue class

Represents the field value class for a ContentTypeIdFieldType object.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPFieldMultiColumnValue
    Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue

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

Syntax

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

Remarks

The Web control for editing and displaying objects of this type 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

ContentTypeIdFieldValue members

Microsoft.SharePoint.Publishing.Fields namespace