Click or drag to resize

SecurityRepositoryFolder Properties

The SecurityRepositoryFolder type exposes the following members.

Properties
 NameDescription
Public propertyAllowUpload If true, the user can upload files into this folder. Files are always downloadable; reports are not shown in repository folders, so only upload is configurable here.
Public propertyFolderRight The right applied on the files of the folder. By default, repository folders have no right.
Public propertyIcon Optional icon used for this folder in the Web Report Server tree view. Enter a Font Awesome class (e.g. 'fa-solid fa-database'); legacy Glyphicon names are also accepted. If empty, the default repository folder icon is used.
Public propertyManageFolder If true, the user can Create, Rename or Delete sub-folders in this folder. This flag is only used if Sub-folders are shown and the Right is 'Read write'.
Public propertyPath The folder path to publish, relative to the repository root (e.g. 'Views\\MyTheme'). It must NOT point at or inside the 'Reports' folder, which is managed by the 'Report Folders' configuration.
Public propertyUseSubFolders If true, sub-folders are also published with the same definition
Top
See Also