IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
Sitefinity CMS allows you to modify a list through the Lists API.
When modifying a list, you must perform the following:
Get the list.
First, you get the list.
For more information about querying lists, see For developers: Query lists.
For more information about finding specific lists, see For developers: Find lists.
Modify the list.
After you get the list, you modify it.
Save the list.
Finally, you must save the changes.
The following examples modify a list by its ID.
Native API
First, you get an instance of the ListsManager class. Then, you use GetLists to assure that the list with the specified Id exists.
Then, you modify the title of the list with newTitle. Finally, you call SaveChanges to save all changes.
Fluent API
First, you check whether a list with the specified ID exists using the plural facade of the list.
NOTE: If there is no item with the specified Id, List(listId) throws an exception of type ItemNotFoundException.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important