liorlankril
Programmer
I have c# code WebPart that contain this code:
SPSite site = SPControl.GetContextSite(Context);
SPWeb newsWeb= site.AllWebs["News"];
"newsWeb" hold the area (Web) of News.
I want to get the list of all sub webs (sub area) that under it!!!!
How to do it????
SPSite site = SPControl.GetContextSite(Context);
SPWeb newsWeb= site.AllWebs["News"];
"newsWeb" hold the area (Web) of News.
I want to get the list of all sub webs (sub area) that under it!!!!
How to do it????