Get ALL Child Catalog Nodes
Posted: Wed Nov 10, 2010 2:47 pm
I'd like to get all children for a top level catalog node (really all I want are products).
Using something like (Please pardon my VB):
appears to only get the direct children. Does anyone know how to do this?
Using something like (Please pardon my VB):
Code: Select all
Dim allNodes as CatalogNodeCollection = CatalogNodeDataSource.LoadForCategory(_CategoryId)
appears to only get the direct children. Does anyone know how to do this?