This interface enables comments to be managed on a content type.
IManageableCommentableContentType
is defined in the Telligent.Evolution.Extensibility.Content.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IManageableCommentableContentType : ICommentableContentType, IContentType, IPlugin { Guid PermissionId { get; } bool CanManage(Guid applicationId, int userId); }