Enum CtaFlavor
News feed CTA flavor This Enum is used by: NewsFeedItemCta.CtaFlavor
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/12.2.0.0")]
public enum CtaFlavor : short
Fields
| Name | Description |
|---|---|
| Accept | 4: Green check icon |
| Error | 3: Red error icon |
| Info | 1: Blue info icon |
| Normal | 0: Plain - no special style |
| Reject | 5: Red x icon |
| Warning | 2: Yellow warning icon |