Query all live pages
Native API
To get all live pages, you use the GetPageDataList
method. Then, you filter based on the Status
property.
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 Status
property of the PageData
object.
Use the following code sample: