SiteGroups Table
The SiteGroups table stores the list of cross-site groups associated with a SharePoint site.
Warning Modifying the database schema or database structures is unsupported. Changes that you make to the database contents may be overwritten when you install updates or service packs for Windows SharePoint Services, or when you upgrade an installation to the next product version.
Columns
Column name | Data type | Description |
---|---|---|
SiteID | uniqueidentifier | ID of the site to which the cross-site group belongs. |
ID | int | ID of the cross-site group. |
Title | nvarchar | Title of the cross-site group. |
Description | nvarchar | Description of the cross-site group. |
Owner | int | tp_id of the owner from the UserInfo table. |
OwnerIsUser | bit | Value that specifies whether the owner is a user of the cross-site group. |