The method you are calling is used to fetch Content Nodes. However, you are trying to access a nested content, in another words, you access a property of a node.
You first need to access the content then you can get the property you are looking for. Normally, property alias is used, if you cannot, you can manually search for it in the properties of the node.
How to get a property by key (GUID) from IUmbracoContextFactory
Each item in a nested content contains Key property. Is it possible to find item of nested content by this key?
Method GetById returns null.
GetById should accept a guid, does key definitely have a value?
Hi,
The method you are calling is used to fetch Content Nodes. However, you are trying to access a nested content, in another words, you access a property of a node.
You first need to access the content then you can get the property you are looking for. Normally, property alias is used, if you cannot, you can manually search for it in the properties of the node.
I hope this helps.
is working on a reply...