PermissionIndex Property
Specifies the permission.
Object Oriented Interface
public function getPermissionIndex(); public function setPermissionIndex($value);
Procedural Interface
incloudstorage_googledrive_get($res, 36 ); incloudstorage_googledrive_set($res, 36, $value );
Default Value
-1
Remarks
This property specifies the selected permission. Set PermissionIndex to a value from 0 to PermissionCount - 1 to select a file.
This property may be set to -1 to clear the selection. This is useful when you wish to specify properties before calling AddPermission.
This property is not available at design time.
Data Type
Integer