| ListValuesController Methods |
[This is preliminary documentation and is subject to change.]
The ListValuesController type exposes the following members.
| Name | Description | |
|---|---|---|
| DeactivateValue |
Deactivates a list value by guid in the database.
| |
| GetValue |
Retrieves a list value by guid.
| |
| GetValuesByType |
Retrieves all values for a specific list type.
| |
| InsertValue |
Adds a new List Value to the database. All required fields in the List Value should be filled out.
Don't forget the ListTypeGuid and ListColumnGuid guids.
| |
| UpdateValue |
Updates an existing List Value to the database. All required fields in the List Value should be filled out.
Don't forget the ListTypeGuid and ListColumnGuid guids.
|