Class GetListItemsRequestWS
Parameters for GetListItems
Inherited Members
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
public class GetListItemsRequestWS : RequestBaseWS
Constructors
GetListItemsRequestWS()
Parameters for GetListItems
Declaration
public GetListItemsRequestWS()
Properties
ListItemKeys
Array of the list item keys
Declaration
public string[] ListItemKeys { get; set; }
Property Value
Type | Description |
---|---|
string[] |
ListName
The name of the list
Declaration
public string ListName { get; set; }
Property Value
Type | Description |
---|---|
string |