Click or drag to resize
UploaderValidateOptionMatchRegExp Method
This helper function help you to validate that a file matched the regexp.

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public bool MatchRegExp(
	string filename
)

Parameters

filename
Type: SystemString

Return Value

Type: Boolean
See Also