3.1.5.44.1 Site URL Result Set

The Site URL Result Set MUST be returned if the values for the @Url and @WebSiteId parameters are valid. Otherwise, the stored procedure MUST NOT return any result sets. The Site URL Result Set MUST contain a single row. The T-SQL syntax for the result set is as follows:

       {WebUrl}                       nvarchar(260),
       {AppWebDomainId}               varchar(8);

{WebUrl}: The URL in store-relative form of the site (2) that contains the URL specified in the @Url parameter.

{AppWebDomainId}: The application web domain Id associated with the site (2) that contains the URL specified in the @Url parameter. This MAY be NULL.