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

Namespace:  UltimateUploader
Assembly:  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);
}

Field Value

true if allow file comments; otherwise, false.

See Also