Gets or sets the name of the generated javascript function cancelling upload.
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)
Syntax
| C# |
|---|
public string CancelMethod { get; set; } |
| Visual Basic |
|---|
Public Property CancelMethod As String Get Set |
| Visual C++ |
|---|
public: property String^ CancelMethod { String^ get (); void set (String^ value); } |