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 | |
---|---|---|
ContentTypeCreationInformation | Initializes a new instance of the ContentTypeCreationInformation object. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets a value that specifies the description of the content type that will be constructed. | |
Group | Gets or sets a value that specifies the content type group of the content type that will be constructed. | |
Id | ||
Name | Gets or sets a value that specifies the name of the content type that will be constructed. | |
ParentContentType | Gets or sets a value that specifies the parent content type for the content type that will be constructed. | |
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 | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
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