Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKFetchRecordZonesOperationMBS class.

CKFetchRecordZonesOperationMBS.Constructor

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

See also:

CKFetchRecordZonesOperationMBS.Constructor(recordZoneIDs() 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 fetch the specified record zones.

zoneIDs: An array of CKRecordZoneID objects representing the zones you want to retrieve. This parameter is used to initialize the value in the recordZoneIDs property. If you specify nil, you must assign a value to the recordZoneIDs property before executing the operation.

Returns an initialized operation object.

See also:

CKFetchRecordZonesOperationMBS.Destructor

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

CKFetchRecordZonesOperationMBS.recordZoneIDs 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 you want to retrieve.

Use this property to view or change the IDs of the record zones you want to retrieve. Each item in the array must be a CKRecordZoneID object. If you intend to change the value of this property, do so before executing the operation or submitting the operation object to a queue.

If you used the fetchAllRecordZonesOperationMBS method to create the operation object, the contents of this property are ignored and the default value is set to nil.

CKFetchRecordZonesOperationMBS.setRecordZoneIDs(IDs() as CKRecordZoneIDMBS)

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 record zones you want to retrieve.

Use this property to view or change the IDs of the record zones you want to retrieve. Each item in the array must be a CKRecordZoneID object. If you intend to change the value of this property, do so before executing the operation or submitting the operation object to a queue.

If you used the fetchAllRecordZonesOperationMBS method to create the operation object, the contents of this property are ignored and the default value is set to nil.

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


The biggest plugin in space...