Security |
public class SecurityRepositoryFolder : RootEditor
The SecurityRepositoryFolder type exposes the following members.
| Name | Description | |
|---|---|---|
| SecurityRepositoryFolder | Initializes a new instance of the SecurityRepositoryFolder class |
| Name | Description | |
|---|---|---|
| AllowUpload | 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. | |
| FolderRight | The right applied on the files of the folder. By default, repository folders have no right. | |
| Icon | 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. | |
| ManageFolder | 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'. | |
| Path | 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. | |
| UseSubFolders | If true, sub-folders are also published with the same definition |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Init |
Init the editor objects
(Inherited from RootEditor) | |
| InitDefaultValues |
Init the default values
(Inherited from RootEditor) | |
| InitEditor |
Init the editor objects and the default values
(Inherited from RootEditor) | |
| IsUnderReports | True if the given (normalized) repository-relative path points at the 'Reports' folder or any of its sub-folders. Such folders are managed by the 'Report Folders' configuration and must be ignored here. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Normalize | Returns the path normalized to compare with a SWIFolder repository-relative path: OS separators, a leading separator and no trailing separator (the repository root is a single separator). | |
| SetReadOnly |
Set all properties to readonly
(Inherited from RootEditor) | |
| ShouldSerializeAllowUpload | ||
| ShouldSerializeIcon | ||
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| UpdateEditor |
Update editor attributes
(Inherited from RootEditor) | |
| UpdateEditorAttributes |
Refresh properties attrivutes
(Inherited from RootEditor) |
| Name | Description | |
|---|---|---|
| _dctd | (Inherited from RootEditor) | |
| IsDefined | Helper: is true if defined in a group |