Lists API for 6.3

Posted by Community Admin on 04-Aug-2018 20:26

Lists API for 6.3

All Replies

Posted by Community Admin on 28-May-2014 00:00

Are there any examples using the API to access List items in 6.3? All the samples I'm finding is using  Telerik.Sitefinity.Lists.Model which looks like it is for an older version. Thanks.

Posted by Community Admin on 28-May-2014 00:00

Shouldn't have changed, is that code not working?...what is it you're trying to do?

 All the modules use the same kinda framework

XManager manager = XManager.GetManager();
manager.Method();

(clearly where X is the manager type and Method is whatever method exists on the manager)

So like
ListsManager manager = ListsManager.GetManager();
var allLists = manager.GetLists();

or
ListsManager manager = ListsManager.GetManager();
var allItems = manager.GetItems();

Posted by Community Admin on 28-May-2014 00:00

I posted that message too soon, unfortunately I can only edit and not remove the post.

This thread is closed