I've added a field to dmNavigation called 'isVisible' and want to use
getDescendants() to return my nav nodes for a given page.  This method
doesn't return my 'isVisible' field.  How do I get it to do this?

<cfscript>
        navFilter = arrayNew(1);
        navfilter[1] = "status IN (#listQualify(request.mode.lvalidstatus,
"'")#)";
        navItems = request.factory.oTree.getDescendants(objectid=request.navid,
depth=1, afilter=navFilter);
</cfscript>

---
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