IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

AccountCanCreateSharedDrives Property

Whether the account has permission to create shared drives.

Syntax

ANSI (Cross Platform)
int GetAccountCanCreateSharedDrives();

Unicode (Windows)
BOOL GetAccountCanCreateSharedDrives();
@property (nonatomic,readonly,assign,getter=accountCanCreateSharedDrives) BOOL accountCanCreateSharedDrives;
- (BOOL)accountCanCreateSharedDrives;
#define PID_GOOGLEDRIVE_ACCOUNTCANCREATESHAREDDRIVES 1

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

Default Value

FALSE

Remarks

Whether the account has permission to create shared drives.

This property reflects whether the account has the permissions necessary to create shared drives.

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

Data Type

Boolean

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