An associated group in SharePoint refers to the groups that are associated with the default roles in a SharePoint site. In SharePoint v3 these groups are Owners, Members, and Visitor. The groups are created by default when you create a new site collection. When you create a site inside an existing site collection the groups are created automatically if you select to not inherit permissions from the parent site.
To access these groups from code you can either use the AssociatedGroups collection or access the individual groups as AssociatedOwnerGroup, AssociatedMemberGroup, or AssociatedVisitorGroup.
No related posts.
Posted under Administration, Developer, FAQ
This post was written by furuknap on January 4, 2009
