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.3.10526 (1.4.3)

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);
}

Field Value

true if allow file comments; otherwise, false.

See Also