.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

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -