alex_intralot
-
2/8/2011 10:17:30 AM
RE:Use the Kentico CMS in a separate project aspnet
hello and thanks for the reply.
I would need a API (dll) that goes to interrogate the table CMS_PageTemplate. At the moment I use the object: = new CMS.TreeEngine.TreeProvider objTreeProvider CMS.TreeEngine.TreeProvider ();
Through this object, I'll get the value of the fields in the table CMS_Document by the syntax: objTreeProvider.SelectNodes (Site, Node, "en-us", true, "", "", "", 10, SelectOnlyPublish) ..
this syntax by default only to the table top CMS_Document.
There is a syntax similar to point instead to the table CMS_PageTemplate in order to manage the data within it? I hope I was clear:)
hello and thank you again Alessio
|