Query PageData by title
Native API
PageData has a NavigationNode
property that holds the reference to the page metadata that is located in the PageNode
. To query a PageData
by its title, use the following code sample:
Fluent API
To find a specific PageData
by its title, you use the plural page facade to ensure that the PageNode
with the specified title of the PageData
exists. Then, you use the Get
method of the plural page facade to get thePageNode
. To get the PageData
, you use the Page
property in the following way: