Aurigma Image Uploader 6.5 Dual
ImageUploader..::.DeniedFileMask Property
File mask for the files that are denied to be displayed and uploaded.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property DeniedFileMask As String
C#
public string DeniedFileMask { get; set; }
Property Value
A string value that specifies a file mask for files denied to be displayed and uploaded. You can use the standard wildcards such as asterisk * (arbitrary substring) and question mark ? (arbitrary character). To specify several masks, separate them by semicolons, e.g. *.exe;*.asp;*.htm.
Default value is "".
Remarks
This property corresponds to DeniedFileMask client-side property.