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.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.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