IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
To find a specific PageData by ID, you use the GetPageDataList method:
PageData
GetPageDataList
To find the PageData, you use the GetPageDataList method and filter based on the Id property. If the PageData does not exist, the method returns null. Use the following code sample:
Id
null
You can also use the GetPageData method in the following way:
GetPageData
NOTE: If there is no PageData with the specified ID, the GetPageData method throws an exception of typeItemNotFoundException.
ItemNotFoundException
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important