|

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.GetAttribute

OverviewExamples

string XML.GetAttribute ( string XMLPath,


string AttributeName )


De s cr ip t ion


image

Returns the value of an element's attribute.


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


P arame t er s


XMLPath


(string) The full path to the element whose attribute names you want to retrieve.


|