Package version:

Interface KnowledgeBaseRemoteSharePointActivityArguments

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

interface KnowledgeBaseRemoteSharePointActivityArguments {
    filterExpressionAddOn?: string;
    search?: string;
}

Properties

filterExpressionAddOn?: string

The filter expression add-on for the retrieval activity.

search?: string

The search string used to query the remote SharePoint knowledge source.