| ValidationHelperGetSafeXML Method | 
            Removes forbidden characters from given xml string.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string GetSafeXML(
	string xml
)
Parameters
- xml
- Type: SystemString
 XML to sanitize
Return Value
Type: 
String See Also
See Also