@wildix/wim-knowledge-base-client > KnowledgeBase > listDocuments
KnowledgeBase.listDocuments() method
Signature:
listDocuments(args: ListDocumentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDocumentsCommandOutput) => void): void;
Parameters
Parameter | Type | Description |
|---|---|---|
args | ||
options | __HttpHandlerOptions | |
cb | (err: any, data?: ListDocumentsCommandOutput) => void |
Returns:
void