IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

SharedDriveMarker Property

A marker when shared drives are paged.

Object Oriented Interface

public function getSharedDriveMarker();
public function setSharedDriveMarker($value);

Procedural Interface

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

Default Value

''

Remarks

This property returns a marker used to iterate over pages of shared drives; it's populated when ListSharedDrives is called if the results are paged.

Continue to call ListSharedDrives until this property returns empty string in order to list all shared drives.

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]