Package version:

Interface KnowledgeBaseIndexedSharePointActivityArguments

Represents the arguments the indexed SharePoint retrieval activity was run with.

interface KnowledgeBaseIndexedSharePointActivityArguments {
    search?: string;
}

Properties

Properties

search?: string

The search string used to query indexed SharePoint contents.