> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.BlobLinkType

# <a id="SuperOffice_WebApi_Data_BlobLinkType" /> Enum BlobLinkType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

The link type, often synonymous with the blob type, of a BinaryObjectLink row
This Enum is used by:  BinaryObjectLink.linkType

```csharp theme={null}
public enum BlobLinkType : short
```

## Fields

`AccessToken = 11`

11: Access Token used by Cloud Documents for accessing external services

`BatchTask = 6`

6: Information related to a BatchTask in NetServer

`ChatTopicImage = 15`

15: Chat topic image

`ContactImage = 17`

17: Contact logo image

`Dashboard = 13`

13: Dashboard

`DashboardHtmlTileData = 18`

18: HTML data for dashboard tiles

`DashboardTile = 14`

14: Dashboard tile

`EventImage = 3`

3: Picture used for a project of type Event, in the Audience client

`ExtraTableIcon = 19`

19: Extra table icon

`FormsBackgroundImage = 16`

16: Forms background image

`PersonImage = 1`

1: Portrait picture of a person

`ProductImage = 7`

7: Image (possibly more than one, differentiated by rank) of a Product; exactly one row should have rank=1

`ProductThumbnail = 8`

8: Thumbnail image for a product, only one allowed per product

`ProjectImage = 2`

2: Picture bound to a project

`QuoteLineImage = 9`

9: Image (possibly more than one, differentiated by rank) of a Product image for a quote line, only one allowed per quote line

`QuoteLineThumbnail = 10`

10: Thumbnail image for a quote line, only one allowed per quote line

`RefreshToken = 12`

12: Refresh Token used by Cloud Documents for accessing external services

`StatusMonitorImage = 5`

5: Watermark image for a Status Monitor in Sales Intelligence

`Thumbnail = 4`

4: Generic thumbnail - not used?
