Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method returns the URL to the search page which can be used to make search queries.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Function GetSearchPageUrl ( _
web As SPWeb _
) As String
'Usage
Dim instance As ISearchProvider
Dim web As SPWeb
Dim returnValue As String
returnValue = instance.GetSearchPageUrl(web)
string GetSearchPageUrl(
SPWeb web
)
Parameters
web
Type: Microsoft.SharePoint.SPWebThis can be used to specify a web-specific search page.
Return Value
Type: System.String
Returns String.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace