HTML Editor for ASP.NET AJAX Professional Edition
FolderRights Property
Server ReferenceWinthusiasm.HtmlEditorHtmlEditorFolderRights
Comma-delimited list of specific folder rights in the Image Browser.
Declaration Syntax
C#
public string FolderRights { get; set; }
Remarks
Use this property to override the default folder rights for specific folders.

The default sets the rights of the base folder to include new folder rights (i.e. Images:fud).
Examples
Set the property declaratively in the HtmlEditor tag:
CopyC#
FolderRights = "Images:fud,My Photos:none"

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