ContentTypeCreationInformation.ParentContentType property
Gets or sets a value that specifies the parent content type for the content type that will be constructed.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ParentContentType As ContentType
Get
Set
'Usage
Dim instance As ContentTypeCreationInformation
Dim value As ContentType
value = instance.ParentContentType
instance.ParentContentType = value
public ContentType ParentContentType { get; set; }
Property value
Type: Microsoft.SharePoint.Client.ContentType
Returns a ContentType instance representing the parent content type for the content type that will be constructed.
Remarks
The list the parent content type belongs to must be a null reference (Nothing in Visual Basic).
See also
Reference
ContentTypeCreationInformation class