| URLHelperGetSafeFileName Method (String, String) | 
            Returns the safe equivalent to the given file name (with extension).
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntaxpublic static string GetSafeFileName(
	string fileName,
	string siteName
)
Parameters
- fileName
 - Type: SystemString
Original file name - siteName
 - Type: SystemString
Site name 
Return Value
Type: 
String
See Also