| ValidationHelperIsSpecialFileName Method | 
            Returns true if the file name is restricted.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool IsSpecialFileName(
	string name
)
Parameters
- name
- Type: SystemString
 File name to check
Return Value
Type: 
Boolean See Also
See Also