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