Gets or sets a value indicating whether file comments should be allowed for users.
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)
Syntax
| C# |
|---|
public bool AllowFileComments { get; set; } |
| Visual Basic |
|---|
Public Property AllowFileComments As Boolean Get Set |
| Visual C++ |
|---|
public: property bool AllowFileComments { bool get (); void set (bool value); } |