Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > How to set property such that current document is not selected. View modes: 
User avatar
Member
Member
deepanshp-gmail - 1/10/2011 7:34:59 AM
   
How to set property such that current document is not selected.
please tell me the way by which other than the current document can be taken in path property of any webpart or in the code(i.e node other than the current).
I want to use datalist which shows details from other document but not the current document.

User avatar
Kentico Support
Kentico Support
kentico_radekm - 1/12/2011 1:25:26 AM
   
RE:How to set property such that current document is not selected.
Hello.

In Path property you can use path (alias path) of any document in your content tree. Moreover, you can use path expressions as it is described here: http://devnet.kentico.com/docs/devguide/appendix_b___path_expressions.htm. If this is not a solution for you, can you clarify this issue on some particular scenario, please? Thank you.

Best Regards,
Radek Macalik

User avatar
Member
Member
deepanshp-gmail - 1/19/2011 12:58:24 AM
   
RE:How to set property such that current document is not selected.
Thanks.
I managed to do the particular using wherecondition and current document name. Else relationships have to be defined.