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