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

# <a id="SuperOffice_WebApi_Data_CtaFlavor" /> Enum CtaFlavor

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

News feed CTA flavor
This Enum is used by:  NewsFeedItemCta.CtaFlavor

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

## Fields

`Accept = 4`

4: Green check icon

`Error = 3`

3: Red error icon

`Info = 1`

1: Blue info icon

`Normal = 0`

0: Plain - no special style

`Reject = 5`

5: Red x icon

`Warning = 2`

2: Yellow warning icon
