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
There are 1 best solutions below
Related Questions in ORCHARDCORE
- OrchardCore 1.7.2 workflow with Angular
- Creating/Structuring content types in Orchard Core (for themeing)
- I'm trying to publish an ASP.NET Core, OrchardCore WebApp to Azure from GitHub but I'm getting errors
- Unable to resolve service for type OrchardCore.ContentManagement.Metadata.IContentDefinitionManager
- Orchard Core can it be used just as a workflow component like in console app
- FileStreamResult - The process cannot access the file, because it is being used by another process
- Why Http Post in Orchard Core asp net core Web App returns bad request
- how to get all content items of a special content type in orchad core
- How do I get Orchard Core to generate a JWT to access a Strapi Resource Server
- How to add a field to a Content-Type in OrchardCoreCMS?
- Can't call API controllers from referenced library on module
- Orchard Core CMS Theme Mega Menu (Advanced Menu Theming)
- OrchardCore: Profile menu does not change after publish
- Using OrchardCore, how do I setup a default index view for the index page?
- How to run Orchard Core with IIS
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You probably will want to use inject the
YesSql.ISessiondirectly to create a more specific query.Something like
or for a more complex set