IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

AccountRole Property

The account's role.

Syntax

ANSI (Cross Platform)
int GetAccountRole();

Unicode (Windows)
INT GetAccountRole();

Possible Values

AR_USER(0), 
AR_COADMIN(1),
AR_ADMIN(2)
@property (nonatomic,readonly,assign,getter=accountRole) int accountRole;
- (int)accountRole;

Possible Values

AR_USER(0), 
AR_COADMIN(1),
AR_ADMIN(2)
#define PID_BOX_ACCOUNTROLE 9

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_Box_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

The account's role.

This property reflects the account's role. Possible values are:

  • 0 (arUser)
  • 1 (arCoadmin)
  • 2 (arAdmin)

This property is read-only and not available at design time.

Data Type

Integer

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