Gets or sets the name of the generated javascript function pausing upload.

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.3.10526 (1.4.3)

Syntax

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

Field Value

Name of the generated javascript function pausing upload.

See Also