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

NirvanixExtender.FileOverwrite Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether a file with the same name in the destination folder should be overwritten by a file uploaded using the upload token.

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

Syntax

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

Property Value

Type: System.Boolean

If true, a file with the same name in the destination folder will be overwritten by a file uploaded using the upload token. Otherwise, name collisions will result in an upload error.

Default value is false.

See Also

Reference