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

UploadHandler.IsReusable Property

Gets a value indicating whether another request can use this handler.

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

Syntax

Visual Basic
Public ReadOnly Property IsReusable As Boolean
C#
public bool IsReusable { get; }

Property Value

Type: System.String

This property always returns false.

See Also

Reference