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); }