SearchModelFactory.KnowledgeBaseRemoteSharePointActivityArguments Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of KnowledgeBaseRemoteSharePointActivityArguments.
public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseRemoteSharePointActivityArguments KnowledgeBaseRemoteSharePointActivityArguments(string search = default, string filterExpressionAddOn = default);
static member KnowledgeBaseRemoteSharePointActivityArguments : string * string -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseRemoteSharePointActivityArguments
Public Shared Function KnowledgeBaseRemoteSharePointActivityArguments (Optional search As String = Nothing, Optional filterExpressionAddOn As String = Nothing) As KnowledgeBaseRemoteSharePointActivityArguments
Parameters
- search
- String
The search string used to query the remote SharePoint knowledge source.
- filterExpressionAddOn
- String
The filter expression add-on for the retrieval activity.
Returns
A new KnowledgeBaseRemoteSharePointActivityArguments instance for mocking.