<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Mentions In-Process API Service</title><link>https://community.telligent.com/community/12/w/api-documentation/69923/mentions-in-process-api-service</link><description>Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.</description><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>Mentions In-Process API Service</title><link>https://community.telligent.com/community/12/w/api-documentation/69923/mentions-in-process-api-service</link><pubDate>Fri, 15 Jan 2021 19:50:03 GMT</pubDate><guid isPermaLink="false">db04b902-068a-4177-8378-1d19db0e6dc4</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/69923/mentions-in-process-api-service#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 01/15/2021 19:50:03&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;div class="documentation"&gt;&lt;p&gt;This service is available via &lt;code&gt;Telligent.Evolution.Extensibility.Apis.Get&amp;lt;Telligent.Evolution.Extensibility.Api.Version1.IMentions&amp;gt;()&lt;/code&gt; and is defined in  Telligent.Evolution.Platform.dll&lt;/p&gt;&lt;div class="documentation-members events"&gt;&lt;h2&gt;Events&lt;/h2&gt;&lt;h3&gt;Events.AfterCreate&lt;/h3&gt;&lt;h4&gt;Handler&lt;/h4&gt;&lt;pre&gt;void MentionAfterCreateEventHandler([[MentionAfterCreateEventArgs In-Process API Event Argument|MentionAfterCreateEventArgs]] e);
&lt;/pre&gt;&lt;h3&gt;Events.AfterDelete&lt;/h3&gt;&lt;h4&gt;Handler&lt;/h4&gt;&lt;pre&gt;void MentionAfterDeleteEventHandler([[MentionAfterDeleteEventArgs In-Process API Event Argument|MentionAfterDeleteEventArgs]] e);
&lt;/pre&gt;&lt;h3&gt;Events.BeforeCreate&lt;/h3&gt;&lt;h4&gt;Handler&lt;/h4&gt;&lt;pre&gt;void MentionBeforeCreateEventHandler([[MentionBeforeCreateEventArgs In-Process API Event Argument|MentionBeforeCreateEventArgs]] e);
&lt;/pre&gt;&lt;h3&gt;Events.BeforeDelete&lt;/h3&gt;&lt;h4&gt;Handler&lt;/h4&gt;&lt;pre&gt;void MentionBeforeDeleteEventHandler([[MentionBeforeDeleteEventArgs In-Process API Event Argument|MentionBeforeDeleteEventArgs]] e);
&lt;/pre&gt;&lt;/div&gt;&lt;div class="documentation-members properties"&gt;&lt;h2&gt;Properties&lt;/h2&gt;&lt;table cellspacing="0" cellpadding="2" width="99%" class="WikiTable"&gt;&lt;thead&gt;&lt;tr class="WikiTableBgBlue"&gt;&lt;th&gt;Name&lt;/th&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Default&lt;/th&gt;&lt;th&gt;Options&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;DataTypeId&lt;/td&gt;&lt;td&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Mentions data type identifier&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="documentation-members methods"&gt;&lt;h2&gt;Methods&lt;/h2&gt;&lt;h3&gt;	PagedList&amp;lt;Mention&amp;gt; List(MentionListOptions options = null);
&lt;/h3&gt;&lt;p&gt;Lists mentions&lt;/p&gt;&lt;h4&gt;Parameters&lt;/h4&gt;&lt;table cellspacing="0" cellpadding="2" width="99%" class="WikiTable"&gt;&lt;thead&gt;&lt;tr class="WikiTableBgBlue"&gt;&lt;th&gt;Name&lt;/th&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Required&lt;/th&gt;&lt;th&gt;Default&lt;/th&gt;&lt;th&gt;Options&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;options&lt;/td&gt;&lt;td&gt;&lt;code&gt;[[MentionListOptions In-Process API Supplementary Type|MentionListOptions]]&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Options include: MentioningContentIds, MentioningContentTypeId, MentioningApplicationId, MentioningApplicationTypeId, MentioningContainerId, MentioningPropertyName, MentionedContentIds, MentionedContentTypeId, MentionedApplicationId, MentionedApplicationTypeId, MentionedContainerId&lt;/td&gt;&lt;td&gt;Optional&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h4&gt;Return Type&lt;/h4&gt;&lt;p&gt;&lt;code&gt;[[PagedList(T) In-Process API Supplementary Type|PagedList]]&amp;lt;[[Mention In-Process API Supplementary Type|Mention]]&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;h3&gt;	bool SupportsMentions(Guid contentType);
&lt;/h3&gt;&lt;p&gt;Returns true if specified content type supports mentions&lt;/p&gt;&lt;h4&gt;Parameters&lt;/h4&gt;&lt;table cellspacing="0" cellpadding="2" width="99%" class="WikiTable"&gt;&lt;thead&gt;&lt;tr class="WikiTableBgBlue"&gt;&lt;th&gt;Name&lt;/th&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Required&lt;/th&gt;&lt;th&gt;Default&lt;/th&gt;&lt;th&gt;Options&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;contentType&lt;/td&gt;&lt;td&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Content type&lt;/td&gt;&lt;td&gt;Required&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h4&gt;Return Type&lt;/h4&gt;&lt;p&gt;&lt;code&gt;bool&lt;/code&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>