FileManagerBuilder.AllowedFileExtensions Method
| Name | Parameters | Description |
|---|---|---|
| AllowedFileExtensions(JS) | value | Specifies the allowed upload file extensions. Mirrors the client-side allowedFileExtensions option. |
| AllowedFileExtensions(IEnumerable<String>) | value | Specifies the allowed upload file extensions. Mirrors the client-side allowedFileExtensions option. |