3.1.5.85 proc_SecGetSiteGroupById

The proc_SecGetSiteGroupById stored procedure gets information about a site group given its ID.

 PROCEDURE proc_SecGetSiteGroupById(
       @SiteId                        uniqueidentifier,
       @GroupId                       int,
       @RequestGuid                   uniqueidentifier = NULL OUTPUT
 );

@SiteId: The Site Collection Identifier of the site collection containing the site group.

@GroupId: The identifier of the site group.

@RequestGuid: The optional request identifier for the current request.

Return Values: The proc_SecGetSiteGroupById stored procedure MUST return an integer return code of 0.

The proc_SecGetSiteGroupById stored procedure MUST return a single result set.