DeltaPage.ConvertMDSURLtoRegularURL method

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

Syntax

'Declaration
Public Shared Function ConvertMDSURLtoRegularURL ( _
    mdsPath As String _
) As String
'Usage
Dim mdsPath As String
Dim returnValue As String

returnValue = DeltaPage.ConvertMDSURLtoRegularURL(mdsPath)
public static string ConvertMDSURLtoRegularURL(
    string mdsPath
)

Parameters

Return value

Type: System.String

See also

Reference

DeltaPage class

DeltaPage members

Microsoft.SharePoint.WebControls namespace