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