> ## 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.

# SuperOffice.WebApi.Data.CtaType

# <a id="SuperOffice_WebApi_Data_CtaType" /> Enum CtaType

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

News feed CTA type
This Enum is used by:  NewsFeedItemCta.CtaType

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

## Fields

`Link = 3`

3: Rendered as a blue underlined link

`Primary = 1`

1: Rendered as a solid color button

`Secondary = 2`

2: Rendered as an outline button

`Unknown = 0`

0: Unknown - rendered as a link, maybe


## Related topics

- [SuperOffice.WebApi.Data.NewsFeedCTA](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeedCTA.md)
- [SuperOffice.WebApi.Data.CtaFlavor](/en/api/reference/webapi/SuperOffice.WebApi.Data.CtaFlavor.md)
- [SuperOffice.WebApi.Data.NewsFeedItemStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeedItemStatus.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
- [SuperOffice.WebApi.Data.NewsFeedItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeedItem.md)
- [SuperOffice.WebApi.Agents.INewsFeedAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.INewsFeedAgent.md)
