Gets or sets a value indicating whether file comments should be allowed for users.

Namespace:  ElementIT.UltimateUploader
Assembly:  ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (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);
}

Field Value

true if allow file comments; otherwise, false.

See Also