ContentSubscription
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class ContentSubscription { Content Content { get; } Guid ContentId { get; set; } Guid ContentTypeId { get; set; } DateTime DateCreated { get; set; } bool IsMuted { get; set; } bool IsSubscribed { get; set; } bool IsSubscribedToApplication { get; set; } Guid TypeId { get; set; } User User { get; } int UserId { get; set; } }