Show / Hide Table of Contents

Class DBC.NewsFeedItemCtaFields

Fields for NewsFeedItemCta, List of Calls-to-Action buttons to attach to a given news item. One item may have multiple CTAs (e.g. Approve + Reject).

Inheritance
object
DBC.NewsFeedItemCtaFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.NewsFeedItemCtaFields

Fields

CtaFlavor

NewsFeedItemCta.CtaFlavor: The flavor of the CTA, which determines the style the CTA button renders its type. Info/Warning/Error/Accept/Reject

Declaration
public const string CtaFlavor = "CtaFlavor"
Field Value
Type Description
string

CtaType

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

Declaration
public const string CtaType = "CtaType"
Field Value
Type Description
string

Identifier

NewsFeedItemCta.Identifier: An identifier for the CTA, which will be sent back to the application when the user clicks the CTA button. E.g. 'approve_button/234', 'reject/53fw1', '5235faq143='. Where to route is determined by the ApplicationId on the NewsFeedItem

Declaration
public const string Identifier = "Identifier"
Field Value
Type Description
string

NewsFeedItemCtaId

NewsFeedItemCta.NewsFeedItemCtaId: Primary key

Declaration
public const string NewsFeedItemCtaId = "newsfeeditemcta_id"
Field Value
Type Description
string

NewsfeeditemId

NewsFeedItemCta.NewsfeeditemId: Foreign key to NewsFeedItem that this description belongs to.

Declaration
public const string NewsfeeditemId = "newsfeeditem_id"
Field Value
Type Description
string

SortOrder

NewsFeedItemCta.SortOrder: Sort order for the CTA buttons. CTAs with lower sort order should be rendered first.

Declaration
public const string SortOrder = "SortOrder"
Field Value
Type Description
string

Title

NewsFeedItemCta.Title: The title of the CTA button. E.g. 'Approve', 'Reject', 'View details'. Multi-language string supported: 'US:"english";NO:"norsk"'.

Declaration
public const string Title = "Title"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top