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:

Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?