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

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

Parameters

attribute
Type: System.XmlXmlAttributeCollection
Node attributes collection

Return Value

Type: String
See Also