IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

PermissionMarker Property

A marker when permissions are paged.

Object Oriented Interface

public function getPermissionMarker();
public function setPermissionMarker($value);

Procedural Interface

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

Default Value

''

Remarks

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

Continue to call ListPermissions until this property returns empty string in order to list all permissions.

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]