Click or drag to resize
XmlHelper.GetXmlAttributes Method
Returns attributes as an array (0 - attribute name, 1 - value).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static string[,] GetXmlAttributes(
	XmlAttributeCollection attribute
)

Parameters

attribute
Type: System.Xml.XmlAttributeCollection
Node attributes collection

Return Value

Type:String[,]
See Also