Hello, I have one requirement in which i have multiple channels and author is linking the pages of one channel to another one. so for that i need to retrieve the page url data. There are couple of options possible based on the Kentico docs
- use webPageUrlRetriever to retrieve the url by webpageguids
problem with this is in case of multiple guids i need to call this multiple times
- use ContentRetriever to retrieve the page related data by webpageguid
It allows multiple guids in single call but it needs channel name.
Can you suggest me a better alternatives??
Environment
Xperience by Kentico version: [31.6.2]
.NET version: []
Execution environment: [SaaS]