Comma-delimited list of specific folder rights in the Image Browser.
| C# |
public string FolderRights { get; set; }
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).
The default sets the rights of the base folder to include new folder rights (i.e. Images:fud).
Set the property declaratively in the HtmlEditor tag:
CopyC#
FolderRights = "Images:fud,My Photos:none"