PermissionCount Property
The number of permissions for the file.
Syntax
public int getPermissionCount();
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.
Default Value
0