| ListTypesController Class |
[This is preliminary documentation and is subject to change.]
Namespace: WebServiceKit.Controllers
The ListTypesController type exposes the following members.
| Name | Description | |
|---|---|---|
| ListTypesController | Initializes a new instance of the ListTypesController class |
| Name | Description | |
|---|---|---|
| Deactivate |
Deactivates a list type by guid in the database.
| |
| DeactivateGroup |
Deactivates a list type group by guid in the database.
| |
| Get |
Retrieves all list types for the logged in enterprise from the database.
| |
| Get(Guid) |
Retrieves a list type by guid from the database.
| |
| GetGroup |
Retrieves a list type group by guid from the database.
| |
| GetGroups |
Retrieves all list type groups for the logged in enterprise from the database.
| |
| Insert |
Adds a new List Type to the database. All required fields in the List Type should be filled out.
Don't forget the List Type guid.
| |
| InsertGroup |
Adds a new List Type Group to the database. All required fields in the List Type Group should be filled out.
Don't forget the List Type Group guid.
| |
| Update |
Updates an existing List Type to the database. All required fields in the List Type should be filled out.
Don't forget the List Type instance guid.
| |
| UpdateGroup |
Updates an existing List Type Group to the database. All required fields in the List Type Group should be filled out.
Don't forget the List Type Group instance guid.
|