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
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("SP.ContentTypeCreationInformation", ValueObject := True,  _
    ServerTypeId := "{168f3091-4554-4f14-8866-b20d48e45b54}")> _
Public NotInheritable Class ContentTypeCreationInformation _
    Inherits ClientValueObject
'Usage
Dim instance As ContentTypeCreationInformation
[ScriptTypeAttribute("SP.ContentTypeCreationInformation", ValueObject = true, 
    ServerTypeId = "{168f3091-4554-4f14-8866-b20d48e45b54}")]
public sealed class ContentTypeCreationInformation : ClientValueObject

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