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

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

Parameters

headerText
Type: System.String
Text to normalize

Return Value

Type: String
Valid element name
See Also