Click or drag to resize
MediaLibraryUploaderIsReusable Property
Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.

Namespace: CMS.MediaLibrary.Web.UI
Assembly: CMS.MediaLibrary.Web.UI (in CMS.MediaLibrary.Web.UI.dll) Version: 10.0.0
Syntax
C#
public bool IsReusable { get; }

Property Value

Type: Boolean

Implements

IHttpHandlerIsReusable
See Also