Cloud Storage Integrator 2016 PHP Edition
Cloud Storage Integrator 2016 PHP Edition
Questions / Feedback?

PermissionRole Property

The role specified for the permission.

Object Oriented Interface

public function getPermissionRole();
public function setPermissionRole($value);

Procedural Interface

incloudstorage_googledrive_get($res, 39 );
incloudstorage_googledrive_set($res, 39, $value );

Default Value

0

Remarks

This property defines the role of the permission. This may be set when creating or updating a permission. Possible values are:

0 (gdprReader - default) Read-only permissions.
1 (gdprWriter) Read and write permissions.
2 (gdprOwner) Full ownership.
3 (gdprCommenter) Read-only plus commenting permissions.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 PHP Edition - Version 16.0 [Build 7239]