ISubscriptionViewContentType is defined in the Telligent.Evolution.Extensibility.Content.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
interface ISubscriptionViewContentType : IContentType, IPlugin, ISubscribableContentType { bool CanViewSubscriptions(Guid contentId, int userId); }
Methods
bool CanViewSubscriptions(Guid contentId, int userId);
Returns whether the user can view subscriptions for the given content.
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| contentId | Guid | Content Id | Required | ||
| userId | int | User Id | Required |
Return Type
bool