PermissionValue Property
The value for the permission type.
Object Oriented Interface
public function getPermissionValue(); public function setPermissionValue($value);
Procedural Interface
incloudstorage_googledrive_get($res, 40 ); incloudstorage_googledrive_set($res, 40, $value );
Default Value
''
Remarks
This property defines an email address or domain that to be used in conjunction with PermissionType. This may be set to an email address of the user or group, or the name of a domain depending on the value of PermissionType.
This property is not applicable when PermissionType is set to 3 (gdptAnyone).
You may specify the value "me" to refer to the current authorized user.
This property is not available at design time.
Data Type
String