IMentionController is defined in the Telligent.Evolution.Extensibility.Content.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
interface IMentionController
{
void AddUpdateLoggedMentions(Guid contentId, string propertyName, string html);
string FormatMentionsForRendering(string html, string target);
}
Methods
void AddUpdateLoggedMentions(Guid contentId, string propertyName, string html);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| contentId | Guid | Content Id | Required | ||
| propertyName | string | Property Name | Required | ||
| html | string | Html | Required |
string FormatMentionsForRendering(string html, string target);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| html | string | Html | Required | ||
| target | string | Target | Required |
Return Type
string