- 命名空间: Limyee.Extensibility.Api.Version1
- 程序集: Limyee.Api.dll
定义
class ActivityStoryListOptions { Guid? ApplicationId { get; set; } string ContainerIds { get; set; } Guid? ContentId { get; set; } Guid? ContentTypeId { get; set; } string ContentUrl { get; set; } DateTime? CreatedEndDate { get; set; } DateTime? CreatedStartDate { get; set; } DateTime? EndDate { get; set; } IList<ActivityStoryFilter> Filters { get; set; } bool? IncludeAllJoinlessGroups { get; set; } bool? IncludeSubContainers { get; set; } bool? IncludeUserEffectiveMemberGroups { get; set; } bool? IsIndexed { get; set; } int? PageIndex { get; set; } int? PageSize { get; set; } string SortBy { get; set; } string SortOrder { get; set; } DateTime? StartDate { get; set; } string StoryIds { get; set; } Guid? TypeId { get; set; } int? UserId { get; set; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
ApplicationId |
Guid? |
Content application identifier |
||
ContainerIds |
string |
Comma-separated list of content container ids |
||
ContentId |
Guid? |
Content identifier |
||
ContentTypeId |
Guid? |
Content type identifier |
||
ContentUrl |
string |
Content url |
||
CreatedEndDate |
DateTime? |
Created end date |
||
CreatedStartDate |
DateTime? |
Created start date |
||
EndDate |
DateTime? |
End date |
||
Filters |
IList<ActivityStoryFilter> |
Filters |
||
IncludeAllJoinlessGroups |
bool? |
Include joinless groups |
||
IncludeSubContainers |
bool? |
Include subcontainers of containers listed in ContainerIds. |
||
IncludeUserEffectiveMemberGroups |
bool? |
Include groups you are a member of |
||
IsIndexed |
bool? |
Is indexed |
||
PageIndex |
int? |
Specify the page number of paged results to return. Zero-based index. |
||
PageSize |
int? |
Specify the number of results to return per page. |
||
SortBy |
string |
Sort mechanism. Option 'Date' is obsolete. |
LastUpdatedDate |
CreatedDate, LastUpdatedDate, StoryIdsOrder, Date |
SortOrder |
string |
Sort order |
Ascending, Descending |
|
StartDate |
DateTime? |
Start date |
||
StoryIds |
string |
Comma separated list of StoryIds. Used to limit to a specific set of stories as well as sort order if SoryBy is set to StoryIdsOrder |
||
TypeId |
Guid? |
Categorization identifier |
||
UserId |
int? |
Include subcontainers of containers listed in ContainerIds. |