Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

PermissionType Property

The type entity to which the permission applies.

Syntax

__property TicsGoogleDrivePermissionTypes PermissionType = {read=FPermissionType, write=FSetPermissionType};



enum TicsGoogleDrivePermissionTypes { gdptUser=0, gdptGroup=1, gdptDomain=2, gdptAnyone=3 };

Default Value

0

Remarks

This property defines the type of entity to which the permission applies. This property works in conjunction with PermissionValue to define a user, group, or domain that the actual permission role defined in PermissionRole applies to.

Possible values are:

0 (gdptUser - default)A single user.
1 (gdptGroup) A group.
2 (gdptDomain) A domain.
3 (gdptAnyone) Anyone, authenticated or not.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0