> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum BlobLinkType

> The link type, often synonymous with the blob type, of a BinaryObjectLink row

The link type, often synonymous with the blob type, of a BinaryObjectLink row

## Syntax

```crmscript theme={null}
BlobLinkType
```

## Fields

| Name                  | Description                                                                                                                 |
| --------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| PersonImage           | Portrait picture of a person                                                                                                |
| ProjectImage          | Picture bound to a project                                                                                                  |
| EventImage            | Picture used for a project of type Event, in the Audience client                                                            |
| Thumbnail             | Generic thumbnail - not used?                                                                                               |
| StatusMonitorImage    | Watermark image for a Status Monitor in Sales Intelligence                                                                  |
| BatchTask             | Information related to a BatchTask in NetServer                                                                             |
| ProductImage          | Image (possibly more than one, differentiated by rank) of a Product; exactly one row should have rank=1                     |
| ProductThumbnail      | Thumbnail image for a product, only one allowed per product                                                                 |
| QuoteLineImage        | Image (possibly more than one, differentiated by rank) of a Product image for a quote line, only one allowed per quote line |
| QuoteLineThumbnail    | Thumbnail image for a quote line, only one allowed per quote line                                                           |
| AccessToken           | Access Token used by Cloud Documents for accessing external services                                                        |
| RefreshToken          | Refresh Token used by Cloud Documents for accessing external services                                                       |
| Dashboard             | Dashboard                                                                                                                   |
| DashboardTile         | Dashboard tile                                                                                                              |
| ChatTopicImage        | Chat topic image                                                                                                            |
| FormsBackgroundImage  | Forms background image                                                                                                      |
| ContactImage          | Contact logo image                                                                                                          |
| DashboardHtmlTileData | HTML data for dashboard tiles                                                                                               |


## Related topics

- [Enum values for BlobLinkType](/en/database/tables/enums/bloblinktype.md)
- [SuperOffice.WebApi.Data.BlobLinkType](/en/api/reference/webapi/SuperOffice.WebApi.Data.BlobLinkType.md)
- [BinaryObjectLink table](/en/database/tables/binaryobjectlink.md)
- [SuperOffice.WebApi.Agents.BLOBAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.BLOBAgent.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [SuperOffice.WebApi.Agents.IBLOBAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IBLOBAgent.md)
