ContentSubscriptionListOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class ContentSubscriptionListOptions { Guid? ApplicationId { get; set; } Guid? ApplicationTypeId { get; set; } Guid? ContainerId { get; set; } Guid? ContentTypeId { get; set; } bool? IncludeSubContainers { get; set; } int? PageIndex { get; set; } int? PageSize { get; set; } Guid? TypeId { get; set; } }