Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKShareMBS class.

CKShareMBS.currentUserParticipant as CKShareParticipantMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The current user’s metadata for this share.

This computed property accesses the participants property and returns the CKShareParticipant that is associated with the current user.
(Read only property)

CKShareMBS.owner as CKShareParticipantMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The share owner’s metadata.

This computed property accesses the participants property and returns the CKShareParticipant that is associated with the owner of this share.
(Read only property)

CKShareMBS.publicPermission as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Definition of permissions new users joining this share will have initially.

Shares with publicPermission more permissive than CKShareParticipantPermissionNone are joinable by any user with access to the share’s URL. If the value is set to CKShareParticipantPermissionReadWrite, then those users can also create and modify records in the share. By default, public permission is CKShareParticipantPermissionNone. Changing the public permission to CKShareParticipantPermissionNone results in all public participants being removed when the share is saved.
(Read and Write property)

CKShareMBS.URL as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
A URL that can be used to invite participants to this share.

This property is only available after a share record has been saved to the server. This URL is stable and is tied to the rootRecord. If you share a rootRecord, delete the share, and then re-share the same rootRecord via a newly created share, that newly created share’s URL will be identical to the prior share’s URL.
(Read only property)

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...