Hi all.
I'm trying to get the value of a generic property using the following code:
Code:
umbraco.cms.businesslogic.web.Document doc = new umbraco.cms.businesslogic.web.Document(1056);
umbraco.cms.businesslogic.property.Property prop = doc.getProperty("umbracoNaviHide");
But 'prop' is null.
Can someone tell me the right way to get a generic property?
Thanks!