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