The site folder for the Image Browser images.
| C# |
public string ImagesDirectory { get; set; }
Setting this property enables the Image Browser
functionality. The folder must be dedicated for Image Browser use only.
Set the property declaratively in the HtmlEditor tag:
CopyC#
ImagesDirectory = "~/ImageBrowser/Images"