ApiCustomXmlPart
Represents the ApiCustomXmlPart class.
Methods
Method | Returns | Description |
---|---|---|
Delete | boolean | Deletes the XML from the custom XML manager. |
DeleteAttribute | boolean | Deletes an attribute from the XML node at the specified XPath. |
DeleteElement | boolean | Deletes an XML element at the specified XPath. |
GetAttribute | string | null | Returns an attribute from the XML node at the specified XPath. |
GetClassType | "customXmlPart" | Returns a type of the ApiCustomXmlPart class. |
GetId | string | Returns the ID of the custom XML part. |
GetNodes | ApiCustomXmlNode[] | Retrieves nodes from custom XML based on the provided XPath. |
GetXml | string | Retrieves the XML string from the custom XML part. |
InsertAttribute | boolean | Inserts an attribute into the XML node at the specified XPath. |
InsertElement | boolean | Inserts an XML element at the specified XPath. |
UpdateAttribute | boolean | Updates an attribute of the XML node at the specified XPath. |
UpdateElement | boolean | Updates an XML element at the specified XPath. |