IGroupNewPostLinkPlugin
is defined in the Telligent.Evolution.Extensibility.UI.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IGroupNewPostLinkPlugin : IPlugin { IEnumerable<IGroupNewPostLink> GetNewPostLinks(int groupId, int userId); bool HasNewPostLinks(int groupId, int userId); }
Methods
IEnumerable<IGroupNewPostLink> GetNewPostLinks(int groupId, int userId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
groupId | int | Group Id | Required | ||
userId | int | User Id | Required |
Return Type
IEnumerable<IGroupNewPostLink>
bool HasNewPostLinks(int groupId, int userId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
groupId | int | Group Id | Required | ||
userId | int | User Id | Required |
Return Type
bool