Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKModifyRecordZonesOperationMBS class.

CKModifyRecordZonesOperationMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The constructor.

See also:

CKModifyRecordZonesOperationMBS.Constructor(recordZonesToSave() as CKRecordZoneMBS, recordZoneIDsToDelete() as CKRecordZoneIDMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Initializes and returns an operation object configured to save and delete the specified record zones.

recordZonesToSave: An array of CKRecordZoneMBS objects representing the record zones to save. You may specify nil for this parameter.
recordZoneIDsToDelete: An array of CKRecordZoneIDMBS objects representing the record zones you want to delete, if any. You may specify nil for this parameter.

Returns an initialized operation object.

The record zones you intend to save or delete must all reside in the same database, which you specify when configuring the operation object. Deleting a record zone also deletes any records it contains. Trying to delete a record zone that does not exist in the current database returns an error.

See also:

CKModifyRecordZonesOperationMBS.Destructor

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

CKModifyRecordZonesOperationMBS.recordZoneIDsToDelete as CKRecordZoneIDMBS()

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 record zones to delete permanently from the database.

This property contains an array of CKRecordZoneIDMBS objects identifying the zones you want to delete. You set the initial contents of this property with the Constructor. You can assign a new array as needed before executing the operation. The record zones must all be located in the same database. You may specify nil or an empty array for this property.

If you intend to change the value of this property, do so before executing the operation or submitting it to a queue.

CKModifyRecordZonesOperationMBS.recordZonesToSave as CKRecordZoneMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The record zones to save to the database.

This property contains an array of CKRecordZoneMBS objects representing the zones you want to save. You set the initial contents of this property with the Constructor. You can assign a new array as needed before executing the operation. The record zones must all target the same database. You may specify nil or an empty array for this property.

If you intend to change the value of this property, do so before executing the operation or submitting it to a queue.

CKModifyRecordZonesOperationMBS.setRecordZoneIDsToDelete(IDs() as CKRecordZoneIDMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Set the IDs of the record zones to delete permanently from the database.

CKModifyRecordZonesOperationMBS.setRecordZonesToSave(IDs() as CKRecordZoneMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Sets the record zones to save to the database.

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


The biggest plugin in space...