kentico_borisp
-
10/16/2009 3:16:53 AM
RE:Tree: select multiple Nodes by document properties
Hello,
You simply use a where condition, as you would in a SQL command. For example "DocumentID = 23". Please find an example bellow:
SelectNodes(ALL_SITES, "/%", ALL_CULTURES, false, null, "DocumentID = " + documentId, "NodeLinkedNodeID ASC", ALL_LEVELS, false, 1, columns);
Best regards, Boris Pocatko
|