IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

AccountSubdomain Property

Represent a ShareFile domain for the account.

Object Oriented Interface

public function getAccountSubdomain();
public function setAccountSubdomain($value);

Procedural Interface

ipworkscloud_sharefile_get($res, 1 );
ipworkscloud_sharefile_set($res, 1, $value );

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 PHP Edition - Version 20.0 [Build 8265]