Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKDiscoverUserInfosOperationMBS class.

CKDiscoverUserInfosOperationMBS.Constructor(emailAddresses() as String, userRecordIDs() as CKRecordIDMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Initializes the operation object with the specified email addresses.

emailAddresses: An array of strings, each of which contains a single email address to look for. The value you specify is used to initialize the value of the emailAddresses property. If you specify nil for this parameter, assign at least one email address to the emailAddresses property before executing the operation object.
userRecordIDs: An array of CKRecordIDMBS objects, each of which contains the ID of a user record to look for. The value you specify is used to initialize the value of the userRecordIDs property. If you specify nil for this parameter, assign at least one email address to the userRecordIDs property before executing the operation object.

The email addresses you specify need not belong to users in the current user’s address book. The users associated with those email addresses must be discoverable for their user record ID to be returned.

CKDiscoverUserInfosOperationMBS.Destructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 21.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Destructor

CKDiscoverUserInfosOperationMBS.emailAddresses as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The email addresses of the users whose information you want to retrieve.

This property contains an array of strings, each of which corresponds to a single email address. Use this property to add or remove email addresses to the operation. If you intend to change the property value, do so before executing the operation or submitting the operation object to a queue.

The default value of this property is set to the email addresses you specify in the Constructor.

CKDiscoverUserInfosOperationMBS.setEmailAddresses(emails() as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Sets the email addresses of the users whose information you want to retrieve.

This property contains an array of strings, each of which corresponds to a single email address. Use this property to add or remove email addresses to the operation. If you intend to change the property value, do so before executing the operation or submitting the operation object to a queue.

The default value of this property is set to the email addresses you specify in the Constructor.

CKDiscoverUserInfosOperationMBS.setUserRecordIDs(IDs() as CKRecordIDMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Sets the IDs of the users whose information you want to retrieve.

This property contains an array of CKRecordIDMBS objects, each of which corresponds to the ID of a user record. Use this property to add or remove record IDs to the operation. If you intend to change the value of this property, you must do so before executing the operation or submitting the operation object to a queue.

The default value of this property is set to the record IDs you specify in the Constructor.

CKDiscoverUserInfosOperationMBS.userRecordIDs as CKRecordIDMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The IDs of the users whose information you want to retrieve.

This property contains an array of CKRecordIDMBS objects, each of which corresponds to the ID of a user record. Use this property to add or remove record IDs to the operation. If you intend to change the value of this property, you must do so before executing the operation or submitting the operation object to a queue.

The default value of this property is set to the record IDs you specify in the Constructor.

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


The biggest plugin in space...