Can anyone guide me in retrieving common properties data. I'm able to fetch properties but not the data from database. Common properties like Metatags, Metakeywords etc ?
I don't think those would be stored as common properties. You tend to just get stuff like the node name, creation date etc stored as common properties.
For stuff like metadescriptions you'd pull that in the same way as you would any other specifically created property. If you're using mvc/razor it'll be something along the lines of node.GetProperty("metaDescription").
Retrieving common properties
Hi,
Can anyone guide me in retrieving common properties data. I'm able to fetch properties but not the data from database. Common properties like Metatags, Metakeywords etc ?
Thanking You
Hi.
I don't think those would be stored as common properties. You tend to just get stuff like the node name, creation date etc stored as common properties.
For stuff like metadescriptions you'd pull that in the same way as you would any other specifically created property. If you're using mvc/razor it'll be something along the lines of node.GetProperty("metaDescription").
is working on a reply...