IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

AccountType Property

The account's type.

Syntax

ANSI (Cross Platform)
int GetAccountType();

Unicode (Windows)
INT GetAccountType();

Possible Values

AT_BASIC(0), 
AT_PRO(1),
AT_BUSINESS(2)
@property (nonatomic,readonly,assign,getter=accountType) int accountType;
- (int)accountType;

Possible Values

AT_BASIC(0), 
AT_PRO(1),
AT_BUSINESS(2)
#define PID_DROPBOX_ACCOUNTTYPE 13

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

Default Value

0

Remarks

The account's type.

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

  • 0 (atBasic)
  • 1 (atPro)
  • 2 (atBusiness)

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]