ContentTypeCreationInformation class

Specifies properties that are used as parameters to initialize a new content type.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.SharePoint.Client.ContentTypeCreationInformation

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Class ContentTypeCreationInformation _
    Inherits ClientValueObject
'Usage
Dim instance As ContentTypeCreationInformation
public class ContentTypeCreationInformation : ClientValueObject

Remarks

The Document library templates sample app for SharePoint shows how to use this class.

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

ContentTypeCreationInformation members

Microsoft.SharePoint.Client namespace