Share via


CKShareParticipantPermission Enum

Definition

Enumerates user share permissions.

[ObjCRuntime.Native]
public enum CKShareParticipantPermission
[<ObjCRuntime.Native>]
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.

Applies to