Uploader.EnableDescriptionEditor Property ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether it is possible to add descriptions to files.

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

Syntax

C#
public bool EnableDescriptionEditor { get; set; }

Property Value

Type: System..Boolean

If true, a user can add descriptions in the following ways:

  • by clicking the description control which appears when a mouse pointer hovers over the file;
  • by filling a special field in the image editor;
  • via the Edit description... option of the context menu.

Otherwise, descriptions can be added through the description property only.

Default value is true.

See Also

Reference

Manual