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.

Namespace: Aurigma.ImageUploader.Nirvanix
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property IpRestricted As Boolean
C#
public bool IpRestricted { get; set; }

Property Value

Type: System.Boolean

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

Default value is false.

See Also

Reference