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
- web
Type: Microsoft.SharePoint.SPWeb
- fullPath
Type: System.String
Return value
Type: System.String