This documentation is for the old version. Go to the latest Upload Suite docs

NirvanixExtender.IpRestricted Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether the upload token should be restricted to the consumerIP.

Syntax

PHP
public function getIpRestricted() {
}

public function setIpRestricted($value) {
}

Property Value

Type: boolean

If true, the upload token will be restricted to the consumerIP.

Default value is false.

See Also

Reference