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