Gets or sets the name of the generated javascript function cancelling upload.
Namespace:
ElementIT.UltimateUploader
Assembly:
ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (1.4.0)
Syntax
| C# |
|---|
public string CancelMethod { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property CancelMethod As String |
| Visual C++ |
|---|
public:
property String^ CancelMethod {
String^ get ();
void set (String^ value);
} |
Field Value
Name of the generated javascript function cancelling upload.
See Also