IPWorks Cloud 2020 C++ Builder Edition

Questions / Feedback?

PermissionModOp Property

The operation to perform on the permission.

Syntax

__property TicsGoogleDrivePermissionModOps PermissionModOp[int PermissionIndex] = { read=FPermissionModOp, write=FSetPermissionModOp };
enum TicsGoogleDrivePermissionModOps { moNone=0, moCreate=1, moUpdate=2, moDelete=3 };

Default Value

moNone

Remarks

The operation to perform on the permission.

This property is used to specify the operation that the component should perform on the permission when UpdatePermissions is called. Valid values are:

moNone (0) (default) No-Op (the component skips the permission).
moCreate (1) The permission will be created.
moUpdate (2) The permission will be updated.
moDelete (3) The permission will be deleted.

Refer to UpdatePermissions for more information.

The PermissionIndex parameter specifies the index of the item in the array. The size of the array is controlled by the PermissionCount property.

This property is not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 C++ Builder Edition - Version 20.0 [Build 8265]