IPWorks Cloud 2020 C++ Builder Edition

Questions / Feedback?

ResourceSyncState Property

The sync state of the folder resource.

Syntax

__property TicsBoxResourceSyncStates ResourceSyncState[int ResourceIndex] = { read=FResourceSyncState, write=FSetResourceSyncState };
enum TicsBoxResourceSyncStates { ssUndefined=0, ssSynced=1, ssNotSynced=2, ssPartiallySynced=3 };

Default Value

ssUndefined

Remarks

The sync state of the folder resource.

This property specifies the sync state of the folder resource. Not applicable for file resources. Possible values are:

0 (ssUndefined - default) The sync state is undefined. This is the only valid value for file resources, and is also used if a folder resource's sync state is unknown.
1 (ssSynced) The folder resource is fully synced.
2 (ssNotSynced) The folder resource is not synced.
3 (ssPartiallySynced) Only parts of the folder resource's contents are synced.

The ResourceIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ResourceCount property.

This property is not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 C++ Builder Edition - Version 20.0 [Build 8265]