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: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.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