UploaderValidateOptionMatchRegExp Method |
This helper function help you to validate that a file matched the regexp.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic bool MatchRegExp(
string filename
)
Public Function MatchRegExp (
filename As String
) As Boolean
Parameters
- filename
- Type: SystemString
Return Value
Type:
Boolean
See Also