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