ResourceSyncState Property
The sync state of the folder.
Syntax
__property TicsBoxResourceSyncStates ResourceSyncState = {read=FResourceSyncState, write=FSetResourceSyncState, default=0};
enum TicsBoxResourceSyncStates { rsSynced=0, rsNotSynced=1, rsPartiallySynced=2, rsUnknown=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)
When calling UpdateResource value of 0 (rsSynced) and 1 (rsNotSynced) are applicable.
Data Type
Integer