PermissionCount Property
The number of permissions for the file.
Object Oriented Interface
public function getPermissionCount();
Procedural Interface
incloudstorage_googledrive_get($res, 33 );
Default Value
0
Remarks
This property holds the number of permissions for the file. This will be populated after calling ListPermissions. Set PermissionIndex to a value from 0 to PermissionCount - 1 to select a permission.
This property is read-only and not available at design time.
Data Type
Integer