Hi! I have a static sitemap for a site now. I need to make it so that I can display/not display an option according to data found in the database.
I know that the Stored Proc returns the correct information. It's a record that has either a 0 or 1 for each possible option depending on whether it is allowed to the user's access level.
I have searched but not been able to find anything that would allow me to delete\add nodes depending on this information. I've seen information about the SiteNodes Class, but no reference on deleting or adding nodes. I'm not even sure this is possible, as a result.
Thank you,