Specifies where AjaxUploader should put the temporary files.

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

Syntax

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

Field Value

The temp directory.

See Also