Click or drag to resize
ListTypesController Methods

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

The ListTypesController type exposes the following members.

Methods
  NameDescription
Public methodDeactivate
Deactivates a list type by guid in the database.
Public methodDeactivateGroup
Deactivates a list type group by guid in the database.
Public methodCode exampleGet
Retrieves all list types for the logged in enterprise from the database.
Public methodGet(Guid)
Retrieves a list type by guid from the database.
Public methodGetGroup
Retrieves a list type group by guid from the database.
Public methodGetGroups
Retrieves all list type groups for the logged in enterprise from the database.
Public methodInsert
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.
Public methodInsertGroup
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.
Public methodUpdate
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.
Public methodUpdateGroup
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.
Top
See Also