PermissionId Property
The Id of the permission.
Object Oriented Interface
public function getPermissionId(); public function setPermissionId($value);
Procedural Interface
incloudstorage_googledrive_get($res, 35 ); incloudstorage_googledrive_set($res, 35, $value );
Default Value
''
Remarks
This property holds the Id of the permission. This must be specified when calling DeletePermission and UpdatePermission. This will be populated after calling ListPermissions and setting PermissionIndex to a valid index.
This property is not available at design time.
Data Type
String