Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / docs / DownloadDocsResult

Interface: DownloadDocsResult

Defined in: packages/b2c-tooling-sdk/src/docs/download.ts:27

Result of a documentation download.

Properties

archivePath?

optional archivePath: string

Defined in: packages/b2c-tooling-sdk/src/docs/download.ts:33

Archive filename if kept


fileCount

fileCount: number

Defined in: packages/b2c-tooling-sdk/src/docs/download.ts:31

Number of files extracted


outputPath

outputPath: string

Defined in: packages/b2c-tooling-sdk/src/docs/download.ts:29

Path where docs were extracted

Released under the Apache-2.0 License.