Sets (updates or inserts) xml attributes to specified xml node.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- node
- Type: System.Xml XmlNode
Xml node
- attributes
- Type: System String
Array of attributes (0 - name, 1 - value]) to set
- insertEmpty
- Type: System Boolean
Indicates whether attributes with value "" (empty string) should be inserted to the XML
See Also