Jump to: navigation, search

Changes


Activity:CreateXMLAttribute (Activity)

29 bytes added, 14:52, 8 January 2015
}}
The CreateXMLAttribute Activity creates a single [http://en.wikipedia.org/wiki/XML XML] attribute within an XML element.
 
 
 
 
 
 
==Arguments==
 
{| class="wikitable sortable" | width = "50%"
|-
! Argument!! Type !! Direction !! Purpose
|- align="left"
| ParentElement|| XMLElement{{XMLElement_MSDN}}|| In || The parent element where the attribute should be created at; if empty, it will take the element from its nesting host
|- align="left"
| AttributeName|| String{{String_MSDN}}|| In || The name of the new attribute
|- align="left"
| AttributeValue|| String{{String_MSDN}}|| In || The value of the new attribute
|- align="left"
| CreatedAttribute|| XMLElement{{XMLElement_MSDN}}|| Out || The created XML attribute
|}
10,686
edits