CKShareParticipantPermission 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.
Enumerates user share permissions.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CKShareParticipantPermission
type CKShareParticipantPermission =
- Inheritance
-
CKShareParticipantPermission
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The user's share access permissions are unknown. |
None | 1 | The user has no share access permissions. |
ReadOnly | 2 | The user has can read data in the share. |
ReadWrite | 3 | The user has read and write data in the share. |