ISearchParameters.ContextualScopeUrl Property
Gets or sets the search query parameter specified as the URL to limit the search results.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Property ContextualScopeUrl As String
Get
Set
'Usage
Dim instance As ISearchParameters
Dim value As String
value = instance.ContextualScopeUrl
instance.ContextualScopeUrl = value
string ContextualScopeUrl { get; set; }
Property Value
Type: System.String
Returns String.
Remarks
The specified URL can be treated as a result-limiting URL where the results returned by the search engine can be trimmed to be only the results that are under the specified URL path.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace