MtgUtility.IsDefaultHomepage Method

Specifies whether the page currently used by the client Web request is named default.aspx.

Namespace:  Microsoft.SharePoint.Meetings
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function IsDefaultHomepage ( _
    spWeb As SPWeb, _
    request As HttpRequest _
) As Boolean
'Usage
Dim spWeb As SPWeb
Dim request As HttpRequest
Dim returnValue As Boolean

returnValue = MtgUtility.IsDefaultHomepage(spWeb, _
    request)
public static bool IsDefaultHomepage(
    SPWeb spWeb,
    HttpRequest request
)

Parameters

Return Value

Type: System.Boolean
A Boolean value specifying whether the page currently used for this Web request by the client is named default.aspx.

Remarks

The _vti_bin directory provides SharePoint Foundation with the means to expose Web service files at a path within the URL space of a Web application. The Web site default page should be located in this directory.

See Also

Reference

MtgUtility Class

MtgUtility Members

Microsoft.SharePoint.Meetings Namespace

RenderToolPart(HtmlTextWriter)