SPWebApplication.GetVersionedMappedPage method (SPWebApplication.SPCustomPage, Int32)

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

Syntax

'Declaration
Public Function GetVersionedMappedPage ( _
    key As SPWebApplication.SPCustomPage, _
    compatibilityLevel As Integer _
) As String
'Usage
Dim instance As SPWebApplication
Dim key As SPWebApplication.SPCustomPage
Dim compatibilityLevel As Integer
Dim returnValue As String

returnValue = instance.GetVersionedMappedPage(key, _
    compatibilityLevel)
public string GetVersionedMappedPage(
    SPWebApplication.SPCustomPage key,
    int compatibilityLevel
)

Parameters

Return value

Type: System.String

See also

Reference

SPWebApplication class

SPWebApplication members

GetVersionedMappedPage overload

Microsoft.SharePoint.Administration namespace