| ValidationHelperGetSafeUserName Method | 
            Gets safe version of username.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string GetSafeUserName(
	string userName,
	string siteName
)
Parameters
- userName
- Type: SystemString
 Username
- siteName
- Type: SystemString
 Name of site
Return Value
Type: 
String See Also
See Also