class ContentSubscriberListOptions
{
bool? IncludeApplicationSubscriptions { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
Guid? TypeId { get; set; }
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
IncludeApplicationSubscriptions |
bool? |
|||
|
PageIndex |
int? |
|||
|
PageSize |
int? |
|||
|
TypeId |
Guid? |