ResourceSyncState Property
The sync state of the folder.
Syntax
[VB.NET] Public Property ResourceSyncState As BoxResourceSyncStates
[C#] public BoxResourceSyncStates ResourceSyncState {get; set;}
enum BoxResourceSyncStates { rsSynced, rsNotSynced, rsPartiallySynced, rsUnknown }
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.
Default Value
0