I am trying to get the parent block (which is a property) in the child page.
I got this
var page = contentRepository.Get<PageData>(currentPage.ParentLink);
But how to get the property?
I am trying to get the parent block (which is a property) in the child page.
I got this
var page = contentRepository.Get<PageData>(currentPage.ParentLink);
But how to get the property?