.net - Get the Node URl from the Umbraco (4.7) Database -
i have batch loads information umbraco (4.7) database.
i need extract link document node property...
the api in site umbraco.library.niceurl(nodeid)... have 1 console application not have acces umbraco stuff...
1) can find "nice url" of node in database?
2) if not (or complex), how possible configure umbraco api (4.7) library console application?
select cast([xml] xml).query('data(//@urlname[1])').value('.', 'varchar(20)') path cmscontentxml nodeid = 19802 my 2 cents worth
Comments
Post a Comment