SearchStaticHelperWrapper.NormalizeBdcUri Method

NOTE: This API is now obsolete.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Search
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Shared Function NormalizeBdcUri ( _
    sspAppId As String, _
    unnormalizedUrl As String _
) As String
'Usage
Dim sspAppId As String
Dim unnormalizedUrl As String
Dim returnValue As String

returnValue = SearchStaticHelperWrapper.NormalizeBdcUri(sspAppId, _
    unnormalizedUrl)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public static string NormalizeBdcUri(
    string sspAppId,
    string unnormalizedUrl
)

Parameters

Return Value

Type: System.String

See Also

Reference

SearchStaticHelperWrapper Class

SearchStaticHelperWrapper Members

Microsoft.Office.Server.ApplicationRegistry.Search Namespace