Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. using (SPWeb web = site.OpenWeb())
  2. {
  3. foreach (SPNavigationNode nodesin web.Navigation.QuickLaunch)
  4. {
  5. /* write the nodes*/
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement