| AjaxActionType Property |
Note: This API is now obsolete.
The type of request to make("POST" or "GET"), default is "GET". Note: Other HTTP request methods, such as PUT and DELETE, can also be used here.
Namespace:
Dynamicweb.Management.Actions
Assembly:
Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax [ObsoleteAttribute("Use RequestType instead")]
public string Type { get; set; }
<ObsoleteAttribute("Use RequestType instead")>
Public Property Type As String
Get
Set
Property Value
Type:
StringSee Also