Enum NewItemMethod
Represents different HTTP methods which can be used to retrieve new list items from the server. Default is to use Get.
Namespace: DynamicVML
Assembly: DynamicVML.dll
Syntax
public enum NewItemMethod
Fields
Name | Description |
---|---|
Get | New items should be requested via GET. |
Post | New items should be requested via POST. |