Infohub JS API
Loading...
Searching...
No Matches
BcfProjectDocumentResource Class Reference

Description

Represents a document stored at BCF project level.

const document = await project.document(documentId).get();

Public Member Functions

 get ()

Function Documentation

◆ get()

get ( )
Returns
{Promise<ApiResponse>} The response containing the document.
// Output: raw binary file (application/octet-stream).