Click or drag to resize
XmlHelperSetXmlNodeAttributes Method (XmlNode, String)
Sets (updates or inserts) xml attributes to specified xml node.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void SetXmlNodeAttributes(
	XmlNode node,
	string[,] attributes
)

Parameters

node
Type: System.XmlXmlNode
Xml node
attributes
Type: SystemString
Array of attributes (0 - name, 1 - value]) to set
See Also