<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Follows In-Process API Service</title><link>https://community.telligent.com/community/12/w/api-documentation/69928/follows-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>Follows In-Process API Service</title><link>https://community.telligent.com/community/12/w/api-documentation/69928/follows-in-process-api-service</link><pubDate>Fri, 15 Jan 2021 19:49:27 GMT</pubDate><guid isPermaLink="false">cfaaee67-77ef-40fb-b6c4-07f85d5e6e8b</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/69928/follows-in-process-api-service#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 01/15/2021 19:49:27&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.IFollows&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 FollowAfterCreateEventHandler([[FollowAfterCreateEventArgs In-Process API Event Argument|FollowAfterCreateEventArgs]] e);
&lt;/pre&gt;&lt;h3&gt;Events.AfterDelete&lt;/h3&gt;&lt;h4&gt;Handler&lt;/h4&gt;&lt;pre&gt;void FollowAfterDeleteEventHandler([[FollowAfterDeleteEventArgs In-Process API Event Argument|FollowAfterDeleteEventArgs]] e);
&lt;/pre&gt;&lt;h3&gt;Events.BeforeCreate&lt;/h3&gt;&lt;h4&gt;Handler&lt;/h4&gt;&lt;pre&gt;void FollowBeforeCreateEventHandler([[FollowBeforeCreateEventArgs In-Process API Event Argument|FollowBeforeCreateEventArgs]] e);
&lt;/pre&gt;&lt;h3&gt;Events.BeforeDelete&lt;/h3&gt;&lt;h4&gt;Handler&lt;/h4&gt;&lt;pre&gt;void FollowBeforeDeleteEventHandler([[FollowBeforeDeleteEventArgs In-Process API Event Argument|FollowBeforeDeleteEventArgs]] 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;Follows 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;	Follow Create(int followingId, FollowsCreateOptions options = null);
&lt;/h3&gt;&lt;p&gt;Creates a new following relationship for the accessing user&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;followingId&lt;/td&gt;&lt;td&gt;&lt;code&gt;int&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Id of user to follow&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;tr&gt;&lt;td&gt;options&lt;/td&gt;&lt;td&gt;&lt;code&gt;[[FollowsCreateOptions In-Process API Supplementary Type|FollowsCreateOptions]]&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Optional parameter names are: FollowerId, FollowerName&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;[[Follow In-Process API Supplementary Type|Follow]]&lt;/code&gt;&lt;/p&gt;&lt;h3&gt;	AdditionalInfo Delete(FollowsDeleteOptions options);
&lt;/h3&gt;&lt;p&gt;Deletes a following relationship between users.&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;[[FollowsDeleteOptions In-Process API Supplementary Type|FollowsDeleteOptions]]&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Optional parameter names are: FollowingId, FollowingName, FollowerId, FollowerName&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;[[AdditionalInfo In-Process API Supplementary Type|AdditionalInfo]]&lt;/code&gt;&lt;/p&gt;&lt;h3&gt;	User Get(int userId, FollowsGetOptions options);
&lt;/h3&gt;&lt;p&gt;Gets a following relationship.&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;userId&lt;/td&gt;&lt;td&gt;&lt;code&gt;int&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Id of user who is following&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;tr&gt;&lt;td&gt;options&lt;/td&gt;&lt;td&gt;&lt;code&gt;[[FollowsGetOptions In-Process API Supplementary Type|FollowsGetOptions]]&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Optional parameters are: FollowingId, FollowingName&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;[[User In-Process API Supplementary Type|User]]&lt;/code&gt;&lt;/p&gt;&lt;h3&gt;	IsFollowingResponse IsFollowing(IsFollowingOptions options);
&lt;/h3&gt;&lt;p&gt;Checks whether a user is following another user.&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;[[IsFollowingOptions In-Process API Supplementary Type|IsFollowingOptions]]&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Optional parameter names are: FollowingId, FollowingName, FollowerId, FollowerName&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;[[IsFollowingResponse In-Process API Supplementary Type|IsFollowingResponse]]&lt;/code&gt;&lt;/p&gt;&lt;h3&gt;	PagedList&amp;lt;User&amp;gt; List(FollowsListOptions options);
&lt;/h3&gt;&lt;p&gt;Lists following relationships for a follower&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;[[FollowsListOptions In-Process API Supplementary Type|FollowsListOptions]]&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Optional parameter names are: FollowerName, FollowerId, PageSize, PageIndex&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;[[PagedList(T) In-Process API Supplementary Type|PagedList]]&amp;lt;[[User In-Process API Supplementary Type|User]]&amp;gt;&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>