> ## 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 values for CtaType

> Lists the enum values for CtaType.

## CtaType Enum

The type of the CTA, which determines how the CTA button renders. Primary/Secondary/Link

| Name      | Value | Description                         |
| --------- | ----- | ----------------------------------- |
| Unknown   | 0     | Unknown - rendered as a link, maybe |
| Primary   | 1     | Rendered as a solid color button    |
| Secondary | 2     | Rendered as an outline button       |
| Link      | 3     | Rendered as a blue underlined link  |

## Usage

* [NewsFeedItemCta](../newsfeeditemcta).CtaType - List of Calls-to-Action buttons to attach to a given news item. One item may have multiple CTAs (e.g. Approve + Reject).


## Related topics

- [SuperOffice.WebApi.Data.CtaType](/en/api/reference/webapi/SuperOffice.WebApi.Data.CtaType.md)
- [SuperOffice.WebApi.Data.NewsFeedCTA](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeedCTA.md)
- [Enum values for CtaFlavor](/en/database/tables/enums/ctaflavor.md)
- [Enum values for TextType](/en/database/tables/enums/texttype.md)
- [Enum values for RoleType](/en/database/tables/enums/roletype.md)
- [Enum values for ScriptType](/en/database/tables/enums/scripttype.md)
