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

NirvanixExtender.IpRestricted Property

Indicates 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

true, if the upload token should be restricted to the consumerIP. The default is true.

See Also

Reference