kentico_mirekr
-
2/9/2010 6:09:35 AM
RE:SelectOnlyPublished, what does it do?
Hi,
You need to write your own logic for this request. You can use SelectSingleNode method to get particular document. If the document it not published, you will not proceed and you will not try to get any sub-nodes. Otherwise, if the document is published, you can go ahead and use SelectNodes method to get all of the documents under previous node and again check if the documents are published or not. I hope this will help you.
Best regards, Miroslav Remias.
|