FolderOperation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the operations that a user can perform on a folder.
public enum class FolderOperation
public enum FolderOperation
type FolderOperation =
Public Enum FolderOperation
- Inheritance
-
FolderOperation
Fields
Name | Value | Description |
---|---|---|
CreateFolder | 0 | The user may add a subfolder to the specified folder. |
Delete | 1 | 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 | 2 | The user may read the extended folder properties. |
UpdateProperties | 3 | The user may update or modify extended folder properties. |
CreateReport | 4 | The user may create a report in the specified folder. |
CreateResource | 5 | The user may create a resource in the specified folder. |
ReadAuthorizationPolicy | 6 | The user may read the security policies associated with the folder. |
UpdateDeleteAuthorizationPolicy | 7 | The user may update or delete the security policy associated with the folder. |
CreateDatasource | 8 | The user may create a shared data source in the specified folder. |
CreateModel | 9 | The user may create a model in the specified folder. |