ApplicationSubscriptionListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class ApplicationSubscriptionListOptions
{
Guid? ApplicationTypeId { get; set; }
Guid? ContainerId { get; set; }
bool? IncludeAllTypeIds { get; set; }
bool? IncludeSubContainers { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
Guid? TypeId { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ApplicationTypeId | Guid? | |||
| ContainerId | Guid? | |||
| IncludeAllTypeIds | bool? | |||
| IncludeSubContainers | bool? | |||
| PageIndex | int? | |||
| PageSize | int? | |||
| TypeId | Guid? |