XmlHelperGetXmlAttributes Method |
Returns attributes as an array (0 - attribute name, 1 - value).
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string[,] GetXmlAttributes(
XmlAttributeCollection attribute
)
Parameters
- attribute
- Type: System.XmlXmlAttributeCollection
Node attributes collection
Return Value
Type:
StringSee Also