I am needing to traverse my way up the tree until I get to a certain
content class using RQL

I thought I could just create a recursive while loop that gets the
current page information and uses the parentGUID to move up the tree.

RQLStatement = "<IODATA loginguid=""" + LoginGUID + """ sessionkey="""
+ SessionKey + """><PAGE action=""load"" guid=""" + parentGUID + """/
></IODATA>"

This works fine until I encounter a link, then it breaks because it
doesn't return a parentGUID.
IS there a way to determine that I am on a link and not a page and if
so how do I get that link's parent?

thanks,
Brian

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to reddot-cms-users@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.

Reply via email to