ContentTypeCreationInformation Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.ContentTypeCreationInformation", ServerTypeId="{168f3091-4554-4f14-8866-b20d48e45b54}", ValueObject=true)]
public class ContentTypeCreationInformation : Microsoft.SharePoint.Client.ClientValueObject
type ContentTypeCreationInformation = class
    inherit ClientValueObject
Public Class ContentTypeCreationInformation
Inherits ClientValueObject
Inheritance
ContentTypeCreationInformation
Attributes

Constructors

ContentTypeCreationInformation()

Properties

Description
Group
Id
Name
ParentContentType
TypeId

Methods

CustomFromJson(JsonReader) (Inherited from ClientValueObject)
CustomWriteToXml(XmlWriter, SerializationContext) (Inherited from ClientValueObject)
FromJson(JsonReader) (Inherited from ClientValueObject)
InitOnePropertyFromJson(String, JsonReader)
WriteToXml(XmlWriter, SerializationContext)

Applies to