Class DBC.NewsFeedItemHtmlFields
Fields for NewsFeedItemHtml, Detailed description of the news item, in a specific language.
Inherited Members
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 |