Does anyone know if it is possible to use the UmbracoHelper (or a similar) method to return iPublishedContent objects outside of a view?
For example I am wanting to add a utility method to a business logic class that will parse a property for a node ID, and return some properties from the node. I could do this with the NodeFactory, but I want to support media as well.
Use UmbracoHelper outside of views?
Does anyone know if it is possible to use the UmbracoHelper (or a similar) method to return iPublishedContent objects outside of a view?
For example I am wanting to add a utility method to a business logic class that will parse a property for a node ID, and return some properties from the node. I could do this with the NodeFactory, but I want to support media as well.
is working on a reply...