Aurigma Image Uploader 6.5 Dual
ImageUploader..::.DescriptionsReadOnly Property
Indicator which specifies whether the user is allowed to edit descriptions.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property DescriptionsReadOnly As Boolean
C#
public bool DescriptionsReadOnly { get; set; }
Property Value
A boolean value (true or false). If true, descriptions cannot be modified by the user (but can be edited programmatically through the script). Otherwise, the user can modify the descriptions.
Default value is false.
Remarks
This property corresponds to DescriptionsReadOnly client-side property.