FolderOperation 枚举
Describes the operations that a user can perform on a folder.
命名空间: Microsoft.ReportingServices.Interfaces
程序集: Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
语法
声明
Public Enumeration FolderOperation
用法
Dim instance As FolderOperation
public enum FolderOperation
public enum class FolderOperation
type FolderOperation
public enum FolderOperation
成员
| 成员名称 | 说明 | |
|---|---|---|
| CreateFolder | The user may add a subfolder to 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. | |
| ReadProperties | The user may read the extended folder properties. | |
| UpdateProperties | The user may update or modify extended folder properties. | |
| CreateReport | The user may create a report in the specified folder. | |
| CreateResource | The user may create a resource in the specified folder. | |
| ReadAuthorizationPolicy | The user may read the security policies associated with the folder. | |
| UpdateDeleteAuthorizationPolicy | The user may update or delete the security policy associated with the folder. | |
| CreateDatasource | The user may create a shared data source in the specified folder. | |
| CreateModel | The user may create a model in the specified folder. |