IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

ResourceSyncState Property

The sync state of the folder resource.

Object Oriented Interface

public function getResourceSyncState($resourceindex);
public function setResourceSyncState($resourceindex, $value);

Procedural Interface

ipworkscloud_box_get($res, 69 , $resourceindex);
ipworkscloud_box_set($res, 69, $value , $resourceindex);

Default Value

0

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 PHP Edition - Version 20.0 [Build 8265]