|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

XML.GetElementNames

OverviewExamples

table XML.GetElementNames ( string XMLPath,


boolean FullPaths = false


boolean IncludeIndices = false )


De s cr ip t ion


Returns a numerically indexed table containing the names of all child elements contained within a specific element.


Note: For more information on the XML actions, see the XML Actions Concepts topic.


image

P arame t er s


XMLPath


(string) The full path to the element whose child elements you want to find.


|