CustomXmlPart Class

CustomXmlPart class

Represents a Custom XML Data Storage Part (custom XML data within a package).


type CustomXmlPart struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetDataGets or sets the XML content of this Custom XML Data Storage Part.
SetDataGets or sets the XML content of this Custom XML Data Storage Part.
GetSchemaDataGets or sets the XML content of this Custom XML Schema Data Storage Part.
SetSchemaDataGets or sets the XML content of this Custom XML Schema Data Storage Part.
GetIDGets and sets the id of the custom xml part.
SetIDGets and sets the id of the custom xml part.