Cloud Storage Integrator 2016 macOS Edition
Cloud Storage Integrator 2016 macOS Edition
Questions / Feedback?

resourceSyncState (property)

The sync state of the folder.

- (int)resourceSyncState

- (void)setResourceSyncState:(int)newResourceSyncState

Possible Values

RS_SYNCED(0), RS_NOT_SYNCED(1), RS_PARTIALLY_SYNCED(2), RS_UNKNOWN(3)

Default Value

0

Remarks

This property specifies whether a folder is synced. Possible values are:

  • 0 (rsSynced - defalut)
  • 1 (rsNotSynced)
  • 2 (rsPartiallySynced)
  • 3 (rsUnknown)
The value 3 (rsUnknown) is used when populating this property after calling ListResources when full details about the folder are not known.

When calling UpdateResource value of 0 (rsSynced) and 1 (rsNotSynced) are applicable.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 macOS Edition - Version 16.0 [Build 7239]