IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

accountSubdomain (property)

Represent a ShareFile domain for the account.

Syntax

@property (nonatomic,readwrite,assign,getter=accountSubdomain,setter=setAccountSubdomain:) NSString* accountSubdomain;
- (NSString*)accountSubdomain;
- (void)setAccountSubdomain:(NSString*)newAccountSubdomain;
public var accountSubdomain: String {
  get {...}
set {...} }

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.

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