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

ImageUploaderFlash.EnableDescriptionEditor Property

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

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

Syntax

Visual Basic
Public Property EnableDescriptionEditor As Boolean
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