ContentTypeIdFieldValue Constructor (SPContentType)
Initializes a new instance of the ContentTypeIdFieldValue class.
Namespace: Microsoft.SharePoint.Publishing.Fields
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub New ( _
contentType As SPContentType _
)
'Usage
Dim contentType As SPContentType
Dim instance As New ContentTypeIdFieldValue(contentType)
public ContentTypeIdFieldValue(
SPContentType contentType
)
Parameters
contentType
Type: Microsoft.SharePoint.SPContentTypeInitialization value.
See Also
Reference
ContentTypeIdFieldValue Members