ISecuredAbuseReviewContentType
is defined in the Telligent.Evolution.Extensibility.Content.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface ISecuredAbuseReviewContentType : IContentType, IPlugin, ISecuredContentType { Guid ContentPermissionId { get; } Guid PermissionId { get; } bool CanReviewAbuse(int userId, Guid applicationId, Guid applicationTypeId); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ContentPermissionId | Guid | |||
PermissionId | Guid |
Methods
bool CanReviewAbuse(int userId, Guid applicationId, Guid applicationTypeId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
userId | int | User Id | Required | ||
applicationId | Guid | Application Id | Required | ||
applicationTypeId | Guid | Application Type Id | Required |
Return Type
bool