Indicator which specifies whether the user is allowed to edit descriptions.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property DescriptionsReadOnly As Boolean
public bool DescriptionsReadOnly { get; set; }
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
.