Click or drag to resize
DataExportHelperGetXMLElementName Method
Normalizes header text to be usable as element name.

Namespace: CMS.ImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
protected string GetXMLElementName(
	string headerText
)

Parameters

headerText
Type: SystemString
Text to normalize

Return Value

Type: String
Valid element name
See Also