New Group

hi does anybody know how to create new group in sharepoint thru C# code...

I tried something like web.Groups.Add(...

but I dont know which parameters values to pass this function...I dont want the current logged in user to be the owner of the group.

Thanks
Manu


Answer this question

New Group

  • Deco

    you can have the Site Collection owner as the group owner, SPSite.Owner.
  • Alessandro Camargo

    Thanks a lot...

  • New Group