UnsecuredLayoutsPageBase.DetermineMasterPage method

Based on the WSS version it returns the appropriate default master page.

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

Syntax

'Declaration
Protected Friend Function DetermineMasterPage ( _
    ver As Integer _
) As String
'Usage
Dim ver As Integer
Dim returnValue As String

returnValue = Me.DetermineMasterPage(ver)
protected internal string DetermineMasterPage(
    int ver
)

Parameters

Return value

Type: System.String
Returns String.

See also

Reference

UnsecuredLayoutsPageBase class

UnsecuredLayoutsPageBase members

Microsoft.SharePoint.WebControls namespace