IPWorks Cloud 2020 ActiveX Edition

Questions / Feedback?

PermissionModOp Property

The operation to perform on the permission.

Syntax

googledrivecontrol.PermissionModOp(PermissionIndex)[=integer]

Possible Values

  moNone(0), 
  moCreate(1), 
  moUpdate(2), 
  moDelete(3)

Default Value

0

Remarks

The operation to perform on the permission.

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

moNone (0) (default) No-Op (the control 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 ActiveX Edition - Version 20.0 [Build 8265]