Class ContentTypeCreationInformation

Hierarchy

Index

Constructor methods

Methods

Constructor methods

constructor(): ContentTypeCreationInformation

Returns

ContentTypeCreationInformation

Methods

public customFromJson(obj: any): boolean

Parameters

  • obj: any

Returns

boolean

public customWriteToXml(writer: XmlWriter, serializationContext: SerializationContext): boolean

Parameters

Returns

boolean

public fromJson(obj: any)

Parameters

  • obj: any

public get_description(): string

Returns

string

public get_group(): string

Returns

string

public get_name(): string

Returns

string

public get_parentContentType(): ContentType

Returns

ContentType

public get_typeId(): string

Returns

string

public set_description(value: string)

Parameters

  • value: string

public set_group(value: string)

Parameters

  • value: string

public set_name(value: string)

Parameters

  • value: string

public set_parentContentType(value: ContentType)

Parameters

public writeToXml(writer: XmlWriter, serializationContext: SerializationContext)

Parameters