3.1.5.37 proc_GetSiteFlags

The proc_GetSiteFlags stored procedure is invoked to return the Site Collection Flags (section 2.2.2.9) set for a specified site collection.

 PROCEDURE proc_GetSiteFlags(
       @WebSiteId                     uniqueidentifier,
       @RequestGuid                   uniqueidentifier = NULL OUTPUT
 );

@WebSiteId: The Site Collection Identifier (section 2.2.1.1.9) of the site collection for which to retrieve Site Collection Flags.

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

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

This stored procedure MUST return the following result set.