CustomXmlPart
Contents
[
Hide
]CustomXmlPart class
Represents a Custom XML Data Storage Part (custom XML data within a package).
class CustomXmlPart;
Properties
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;
