---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/content](../index.md) / ContentExportResult

# Interface: ContentExportResult

Defined in: [packages/b2c-tooling-sdk/src/operations/content/types.ts:145](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/content/types.ts#L145)

Result of a content export operation.

## Properties

### componentCount

> **componentCount**: `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/content/types.ts:159](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/content/types.ts#L159)

Number of components in the filtered export.

***

### contentCount

> **contentCount**: `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/content/types.ts:157](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/content/types.ts#L157)

Number of content assets in the filtered export.

***

### downloadedAssets

> **downloadedAssets**: `string`[]

Defined in: [packages/b2c-tooling-sdk/src/operations/content/types.ts:151](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/content/types.ts#L151)

List of successfully downloaded asset paths.

***

### failedAssets

> **failedAssets**: `object`[]

Defined in: [packages/b2c-tooling-sdk/src/operations/content/types.ts:153](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/content/types.ts#L153)

List of assets that failed to download.

#### error

> **error**: `string`

#### path

> **path**: `string`

***

### library

> **library**: [`Library`](../classes/Library.md)

Defined in: [packages/b2c-tooling-sdk/src/operations/content/types.ts:147](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/content/types.ts#L147)

The parsed and filtered library tree.

***

### outputPath

> **outputPath**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/content/types.ts:149](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/content/types.ts#L149)

Output directory path.

***

### pageCount

> **pageCount**: `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/content/types.ts:155](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/content/types.ts#L155)

Number of pages in the filtered export.
