FileManagerUploadValidationSettingsBuilder
Methods
AllowedExtensions(System.String[])
A list of the file extensions which are allowed for upload. Recognizes entries of both .type
and type
values.
Parameters
value - System.String[]
The value that configures the allowedextensions.
MaxFileSize(System.Double)
Defines the maximum file size in bytes allowed for upload.
Parameters
value - System.Double
The value that configures the maxfilesize.
MinFileSize(System.Double)
Defines the minimum file size in bytes allowed for upload.
Parameters
value - System.Double
The value that configures the minfilesize.