Skip to main content

ApiCustomXmlPart

Represents the ApiCustomXmlPart class.

Methods

MethodReturnsDescription
DeletebooleanDeletes the XML from the custom XML manager.
DeleteAttributebooleanDeletes an attribute from the XML node at the specified XPath.
DeleteElementbooleanDeletes an XML element at the specified XPath.
GetAttributestring | nullReturns an attribute from the XML node at the specified XPath.
GetClassType"customXmlPart"Returns a type of the ApiCustomXmlPart class.
GetIdstringReturns the ID of the custom XML part.
GetNodesApiCustomXmlNode[]Retrieves nodes from custom XML based on the provided XPath.
GetXmlstringRetrieves the XML string from the custom XML part.
InsertAttributebooleanInserts an attribute into the XML node at the specified XPath.
InsertElementbooleanInserts an XML element at the specified XPath.
UpdateAttributebooleanUpdates an attribute of the XML node at the specified XPath.
UpdateElementbooleanUpdates an XML element at the specified XPath.