RequiredContentUriPermission 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.
public enum RequiredContentUriPermission
type RequiredContentUriPermission =
- Inheritance
-
RequiredContentUriPermission
Fields
Name | Value | Description |
---|---|---|
None | 0 | Default, no specific permissions are required. |
Read | 1 | Enforces the invoker to have read access to the passed content URIs. |
Write | 2 | Enforces the invoker to have write access to the passed content URIs. |
ReadOrWrite | 3 | Enforces the invoker to have either read or write access to the passed content URIs. |
ReadAndWrite | 4 | Enforces the invoker to have write access to the passed content URIs. |