XmlHelper SetXmlNodeAttributes Method (XmlNode,  String )Kentico 8.0 API Reference
Sets (updates or inserts) xml attributes to specified xml node.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

node
Type: OnlineSystem.Xml XmlNode
Xml node
attributes
Type:  OnlineSystem String 
Array of attributes (0 - name, 1 - value]) to set
See Also