Click or drag to resize
XmlData Constructor (String)
Constructor with root element name specification.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public XmlData(
	string rootName
)

Parameters

rootName
Type: SystemString
Root element name
See Also