Click or drag to resize
ValidationHelperIsSpecialFileName Method
Returns true if the file name is restricted.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool IsSpecialFileName(
	string name
)

Parameters

name
Type: SystemString
File name to check

Return Value

Type: Boolean
See Also