PermissionMarker Property
A marker when permissions are paged.
Object Oriented Interface
public function getPermissionMarker(); public function setPermissionMarker($value);
Procedural Interface
incloudstorage_googledrive_get($res, 37 ); incloudstorage_googledrive_set($res, 37, $value );
Default Value
''
Remarks
This property returns a marker used to iterate over pages of permissions. When ListPermissions is called if the results are paged this property will be populated. 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