Comma delimited list of allowed image mime types that may be uploaded in the Image Browser.
| C# |
public string AllowedMimeTypes { get; set; }
This property constrains the uploaded files to the image
mime types listed.
The default list includes image/gif, image/jpeg, image/pjpeg and image/x-png.