SPWebApplication.GetVersionedMappedPage method (String)

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

Syntax

'Declaration
Public Function GetVersionedMappedPage ( _
    page As String _
) As String
'Usage
Dim instance As SPWebApplication
Dim page As String
Dim returnValue As String

returnValue = instance.GetVersionedMappedPage(page)
public string GetVersionedMappedPage(
    string page
)

Parameters

Return value

Type: System.String

See also

Reference

SPWebApplication class

SPWebApplication members

GetVersionedMappedPage overload

Microsoft.SharePoint.Administration namespace