IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

AccountSubdomain Property

Represent a ShareFile domain for the account.

Syntax

ANSI (Cross Platform)
char* GetAccountSubdomain();
int SetAccountSubdomain(const char* lpszAccountSubdomain); Unicode (Windows) LPWSTR GetAccountSubdomain();
INT SetAccountSubdomain(LPCWSTR lpszAccountSubdomain);
@property (nonatomic,readwrite,assign,getter=accountSubdomain,setter=setAccountSubdomain:) NSString* accountSubdomain;
- (NSString*)accountSubdomain;
- (void)setAccountSubdomain:(NSString*)newAccountSubdomain;
#define PID_SHAREFILE_ACCOUNTSUBDOMAIN 1

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_ShareFile_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_ShareFile_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

Used for making requests for accounts with subdomains. The domain is typically the account name which can be found in the admin account summary or in the URL.

For example, in https://example.sharefile.com/dashboard, 'example' represents the subdomain.

Data Type

String

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