Query all pages of a translation
Native API
To get all pages in a particular language, you use the GetPageDataList
method. Then, you filter based on the Culture
property, the LocalizationStrategy
, theNodeType
, and theRootNodeId
. As a result, you get all pages for the specified language.
Use the following code sample:
Fluent API
To get all live pages, you use the plural facade to get all page nodes. Then, you filter based on the NodeType
property and the PageData
object.
Use the following code sample: