Enum NewsFeedItemStatus
News feed item status - indicates if the item is being handled by a CTA This Enum is used by: NewsFeedItem.Status
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/12.2.0.0")]
public enum NewsFeedItemStatus : short
Fields
| Name | Description |
|---|---|
| Handled | 2: Handled - the item has been processed by a CTA |
| Handling | 1: Processing has started - the item is being handled by a CTA |
| Normal | 0: Normal - nothing special has happened yet. |