DeltaPage.ConvertRegularURLtoMDSURL method

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

Syntax

'Declaration
Public Shared Function ConvertRegularURLtoMDSURL ( _
    web As SPWeb, _
    fullPath As String _
) As String
'Usage
Dim web As SPWeb
Dim fullPath As String
Dim returnValue As String

returnValue = DeltaPage.ConvertRegularURLtoMDSURL(web, _
    fullPath)
public static string ConvertRegularURLtoMDSURL(
    SPWeb web,
    string fullPath
)

Parameters

Return value

Type: System.String

See also

Reference

DeltaPage class

DeltaPage members

Microsoft.SharePoint.WebControls namespace