Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Describes the operations that a user can perform on a folder.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblys: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Public Enumeration FolderOperation
'Usage
Dim instance As FolderOperation
public enum FolderOperation
public enum class FolderOperation
type FolderOperation
public enum FolderOperation
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| CreateDatasource | The user may create a shared data source in the specified folder. | |
| CreateFolder | The user may add a subfolder to the specified folder. | |
| CreateModel | The user may create a model in the specified folder. | |
| CreateReport | The user may create a report in the specified folder. | |
| CreateResource | The user may create a resource in the specified folder. | |
| Delete | The user may delete the specified folder. The user may delete the contents of the folder if the user has delete permissions on all items. | |
| ReadAuthorizationPolicy | The user may read the security policies associated with the folder. | |
| ReadProperties | The user may read the extended folder properties. | |
| UpdateDeleteAuthorizationPolicy | The user may update or delete the security policy associated with the folder. | |
| UpdateProperties | The user may update or modify extended folder properties. |