BusinessDataContentSource.ConstructStartAddress method (String, Guid)
Constructs a url start address for a given application name. If appName is empty the start address returned is one that will crawl all applications on the ssp.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Shared Function ConstructStartAddress ( _
bdcApplicationProxyGroupName As String, _
partitionId As Guid _
) As Uri
'Usage
Dim bdcApplicationProxyGroupName As String
Dim partitionId As Guid
Dim returnValue As Uri
returnValue = BusinessDataContentSource.ConstructStartAddress(bdcApplicationProxyGroupName, _
partitionId)
public static Uri ConstructStartAddress(
string bdcApplicationProxyGroupName,
Guid partitionId
)
Parameters
- bdcApplicationProxyGroupName
Type: System.String
- partitionId
Type: System.Guid
Return value
Type: System.Uri
See also
Reference
BusinessDataContentSource class
BusinessDataContentSource members