Comma delimited list of allowed image extensions that may be uploaded in the Image Browser.
| C# |
public string AllowedImageExtensions { get; set; }
This property constrains the uploaded files to the image
extensions listed.
The default list includes gif, jpg, jpeg and png.