SearchModelFactory.KnowledgeBaseIndexedSharePointActivityArguments 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 KnowledgeBaseIndexedSharePointActivityArguments.
public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseIndexedSharePointActivityArguments KnowledgeBaseIndexedSharePointActivityArguments(string search = default);
static member KnowledgeBaseIndexedSharePointActivityArguments : string -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseIndexedSharePointActivityArguments
Public Shared Function KnowledgeBaseIndexedSharePointActivityArguments (Optional search As String = Nothing) As KnowledgeBaseIndexedSharePointActivityArguments
Parameters
- search
- String
The search string used to query indexed SharePoint contents.
Returns
A new KnowledgeBaseIndexedSharePointActivityArguments instance for mocking.