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

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

# Interface: ContentExportOptions

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

Options for the high-level content export operation.

## Properties

### assetQuery?

> `optional` **assetQuery**: `string`[]

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

Asset query paths for static asset extraction.

#### Default

```ts
['image.path']
```

***

### folders?

> `optional` **folders**: `string`[]

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

Filter by folder classification IDs.

***

### isSiteLibrary?

> `optional` **isSiteLibrary**: `boolean`

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

Library is a site-private library.

#### Default

```ts
false
```

***

### keepOrphans?

> `optional` **keepOrphans**: `boolean`

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

Include orphan components.

#### Default

```ts
false
```

***

### libraryFile?

> `optional` **libraryFile**: `string`

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

Use a local library XML file instead of fetching from instance.

***

### offline?

> `optional` **offline**: `boolean`

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

Skip asset downloads.

#### Default

```ts
false
```

***

### onAssetProgress()?

> `optional` **onAssetProgress**: (`asset`, `index`, `total`, `success`) => `void`

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

Callback for asset download progress.

#### Parameters

##### asset

`string`

##### index

`number`

##### total

`number`

##### success

`boolean`

#### Returns

`void`

***

### regex?

> `optional` **regex**: `boolean`

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

Treat page IDs as regular expressions.

#### Default

```ts
false
```

***

### waitOptions?

> `optional` **waitOptions**: [`WaitForJobOptions`](../../jobs/interfaces/WaitForJobOptions.md)

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

Wait options for the export job.
