Click or drag to resize
ListValuesController Methods

[This is preliminary documentation and is subject to change.]

The ListValuesController type exposes the following members.

Methods
  NameDescription
Public methodDeactivateValue
Deactivates a list value by guid in the database.
Public methodGetValue
Retrieves a list value by guid.
Public methodGetValuesByType
Retrieves all values for a specific list type.
Public methodInsertValue
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.
Public methodUpdateValue
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.
Top
See Also