Show / Hide Table of Contents

Class DBC.NewsFeedItemHtmlFields

Fields for NewsFeedItemHtml, Detailed description of the news item, in a specific language.

Inheritance
object
DBC.NewsFeedItemHtmlFields
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.NewsFeedItemHtmlFields

Fields

HtmlContent

NewsFeedItemHtml.HtmlContent: The HTML content for the news feed item in the specified language. Styling through pre-defined CSS classes. No SCRIPT or STYLE tags allowed

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

Iso2Lang

NewsFeedItemHtml.Iso2Lang: ISO 2 letter Language code for the content. "en", "us", "no"

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

NewsFeedItemHtmlId

NewsFeedItemHtml.NewsFeedItemHtmlId: Primary key

Declaration
public const string NewsFeedItemHtmlId = "newsfeeditemhtml_id"
Field Value
Type Description
string

NewsfeeditemId

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

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