Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
Is it possible to get/figure the url path of a node when using ContentService and outside the UmbracoContext, say from a console application?
I am using Mortens console application example of running outside the UmbracoContext.
Thanks!
Anyone have any ideas for this one?
Anyone? getting a url should be easier!?
Hey Tom see http://our.umbraco.org/forum/developers/api-questions/48886-Getting-the-url-for-an-IContent-object
Basically you need the contentCache or an IPublishedContent item that is what the url is attached to. :)
Charlie
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Get url of node using ContentService and outside the UmbracoContext.
Hi,
Is it possible to get/figure the url path of a node when using ContentService and outside the UmbracoContext, say from a console application?
I am using Mortens console application example of running outside the UmbracoContext.
Thanks!
Anyone have any ideas for this one?
Anyone? getting a url should be easier!?
Hey Tom see http://our.umbraco.org/forum/developers/api-questions/48886-Getting-the-url-for-an-IContent-object
Basically you need the contentCache or an IPublishedContent item that is what the url is attached to. :)
Charlie
is working on a reply...