Jeff Coughlin wrote:

Jeff Coughlin wrote:


I am trying to find if there are any dmHTML or dmIncludes in my parent dmNavigation object but don't know how. Any idea?

Jeff,

Not sure exactly what you are trying to do, but have you explored treeGetRelations - /farcry_core/tags/navajo/treeGetRelations.cfm

Something like
<nj:treeGetRelations objectId="ParentID" get="Children" r_lObjectIds="lObjectIds" bInclusive="1">


You would then need to get the objects from the lObjectIds, maybe using the contentobjectgetmultiple and parsing the returned structure.

<q4:contentobjectgetmultiple lobjectIDs="lObjectIds" r_stObjects="r_stObjects">

hth,
Chris.

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to