Click or drag to resize

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; }

Property Value

Type: String
See Also