getXMLAttributeName
getXMLAttributeName
Description
Returns the name of the attribute of the specified xml element at the given index (0-based)
Definition
getXMLAttributeName(entityId xmlId, string xmlElementPath, integer index)
Arguments
| entityId | xmlId | xmlId |
|---|---|---|
| string | xmlElementPath | Path to an xml element |
| integer | index | Index of the attribute to retrieve the name for (0-based) |
Return Values
| string | attributeName |
|---|