> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# NewsFeedItemHtml table

> Detailed description of the news item, in a specific language.

## NewsFeedItemHtml Table (507)

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

## Fields

| Name                 | Description                                                                                                                                 | Type                                  | Nullable |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- | :------: |
| newsfeeditemhtml\_id | Primary key                                                                                                                                 | PK                                    |    No    |
| newsfeeditem\_id     | Foreign key to NewsFeedItem that this description belongs to.                                                                               | FK [NewsFeedItem](./newsfeeditem.mdx) |    No    |
| Iso2Lang             | ISO 2 letter Language code for the content. "en", "us", "no"                                                                                | String(10)                            |    No    |
| 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 | Clob                                  |    No    |

<img src="https://mintcdn.com/superofficeas-worktree-351-fix-webapi-escaped-anchors/zx0A-z9VK3deZYL2/media/loc/en/database/tables/NewsFeedItemHtml.png?fit=max&auto=format&n=zx0A-z9VK3deZYL2&q=85&s=2dfa35855f1476d9861b02e7cbaf044f" alt="NewsFeedItemHtml table relationship diagram" width="533" height="59" data-path="media/loc/en/database/tables/NewsFeedItemHtml.png" />

## Indexes

| Fields                     | Types          | Description |
| -------------------------- | -------------- | ----------- |
| newsfeeditem\_id, Iso2Lang | FK, String(10) | Unique      |

## Relationships

| Table                          | Description                                                                                       |
| ------------------------------ | ------------------------------------------------------------------------------------------------- |
| [NewsFeedItem](./newsfeeditem) | Contains news feed items - published to one or more users, with one or more language descriptions |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
