Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

ResourceSyncState Property

The sync state of the folder.

Syntax

public int getResourceSyncState();
public void setResourceSyncState(int resourceSyncState);

Enumerated values: public final static int rsSynced = 0; public final static int rsNotSynced = 1; public final static int rsPartiallySynced = 2; public final static int rsUnknown = 3;

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.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0