IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

SharedDrive Property

The shared drive to list file and folder resources for.

Object Oriented Interface

public function getSharedDrive();
public function setSharedDrive($value);

Procedural Interface

ipworkscloud_googledrive_get($res, 100 );
ipworkscloud_googledrive_set($res, 100, $value );

Default Value

''

Remarks

When ListResourcesScope is set to lrsSharedDrive (2), this property must be set to a shared drive resource Id before calling ListResources or ListChildren.

This property may also be set to a shared drive resource Id before calling GetCurrentChangeMarker or ListChanges in order to list changes to the specified shared drive and its contents.

Refer to ListResources or ListChanges for more information.

This property is not available at design time.

Data Type

String

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