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
- compatibilityLevel
Type: System.Int32
Return value
Type: System.String