Property AllowedFileExtensions
AllowedFileExtensions
Gets the file extensions that this processor allows, including the leading dot (e.g., ".jpg", ".png"), or an empty collection if all file extensions are allowed.
Declaration
public abstract IReadOnlyList<string> AllowedFileExtensions { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<string> |