CustomXmlPart
Contents
[
Hide
]CustomXmlPart class
Represents a Custom XML Data Storage Part (custom XML data within a package).
class CustomXmlPart;
Properties
Property | Type | Description |
---|---|---|
data | Uint8Array | Gets or sets the XML content of this Custom XML Data Storage Part. |
schemaData | Uint8Array | Gets or sets the XML content of this Custom XML Schema Data Storage Part. |
iD | string | Gets and sets the id of the custom xml part. |
data
Gets or sets the XML content of this Custom XML Data Storage Part.
data : Uint8Array;
schemaData
Gets or sets the XML content of this Custom XML Schema Data Storage Part.
schemaData : Uint8Array;
iD
Gets and sets the id of the custom xml part.
iD : string;