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

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

# Interface: FetchContentLibraryOptions

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

Options for fetching a content library from an instance or local file.

## Properties

### assetQuery?

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

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

Asset query paths for static asset extraction.

#### Default

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

***

### isSiteLibrary?

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

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

Library is a site-private library (use site export path).

***

### keepOrphans?

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

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

Include orphan components.

#### Default

```ts
false
```

***

### libraryFile?

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

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

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

***

### waitOptions?

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

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

Wait options for the export job.
