I'm working with orchard core and I've written my own Apis. To get content items of a special content type I've used GetRecentContentItemsByContentTypeAsync() function. this function does not get all content items, but I need to get all to write a service with pagination. I would appreciate it if there is a solution... Thanks in advance
how to get all content items of a special content type in orchad core
1k Views Asked by Soudabeh Parsa At
1
You probably will want to use inject the
YesSql.ISession
directly to create a more specific query.Something like
or for a more complex set