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

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public ExtendedXmlData(
	string rootName
)

Parameters

rootName
Type: SystemString
Root element name
See Also