specify the id of TextArea , which use for output uploader tracing messages If the TextArea is not found, the uploader will dynamcally create one.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public string UploaderDebug { get; set; }
Visual Basic
Public Property UploaderDebug As String
	Get
	Set
Visual C++
public:
property String^ UploaderDebug {
	String^ get ();
	void set (String^ value);
}

See Also