Cloud Storage Integrator 2016 Linux Edition
Cloud Storage Integrator 2016 Linux Edition
Questions / Feedback?

PermissionRole Property

The role specified for the permission.

Syntax

int GetPermissionRole();

int SetPermissionRole(int iPermissionRole);

Possible Values

  GDPR_READER(0), 
  GDPR_WRITER(1), 
  GDPR_OWNER(2), 
  GDPR_COMMENTER(3)

Default Value

0

Remarks

This property defines the role of the permission. This may be set when creating or updating a permission. Possible values are:

0 (gdprReader - default) Read-only permissions.
1 (gdprWriter) Read and write permissions.
2 (gdprOwner) Full ownership.
3 (gdprCommenter) Read-only plus commenting permissions.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 Linux Edition - Version 16.0 [Build 7239]