List of directory items in the Image Browser that should not be deleted.
| C# |
public string ProtectedDirectoryItems { get; set; }
Syntax: <Folder Path>:<Item name, ...>); ...
Set the property declaratively in the HtmlEditor tag:
CopyC#
ProtectedDirectoryItems = "Images:My Photos,Colorado Geographic.Logo"