ContentTypeCreationInformation members

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

The ContentTypeCreationInformation type exposes the following members.

Constructors

  Name Description
Public method ContentTypeCreationInformation Initializes a new instance of the ContentTypeCreationInformation object.

Top

Properties

  Name Description
Public property Description Gets or sets a value that specifies the description of the content type that will be constructed.
Public property Group Gets or sets a value that specifies the content type group of the content type that will be constructed.
Public property Id
Public property Name Gets or sets a value that specifies the name of the content type that will be constructed.
Public property ParentContentType Gets or sets a value that specifies the parent content type for the content type that will be constructed.
Public property TypeId This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.)

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method WriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

See also

Reference

ContentTypeCreationInformation class

Microsoft.SharePoint.Client namespace