HTML Editor for ASP.NET AJAX
ProtectedDirectoryItems Property
Server ReferenceWinthusiasm.HtmlEditorHtmlEditorProtectedDirectoryItems
List of directory items in the Image Browser that should not be deleted.
Declaration Syntax
C#
public string ProtectedDirectoryItems { get; set; }
Remarks
Syntax: <Folder Path>:<Item name, ...>); ...
Examples
Set the property declaratively in the HtmlEditor tag:
CopyC#
ProtectedDirectoryItems = "Images:My Photos,Colorado Geographic.Logo"

Assembly: Winthusiasm.HtmlEditor (Module: Winthusiasm.HtmlEditor) Version: 2.3.0.0 (2.3.0.0)