ActivityStoryListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
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; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| 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? | Filter activitys stories to include all joinless groups. Used when filtering by effective member groups only. | ||
| IncludeSubContainers | bool? | Include subcontainers of containers listed in ContainerIds. | ||
| IncludeUserEffectiveMemberGroups | bool? | Filters activity stories to only groups you are a either a direct member of or a role 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, Date, LastUpdatedDate, StoryIdsOrder |
| 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 SortBy is set to StoryIdsOrder | ||
| TypeId | Guid? | Categorization identifier | ||
| UserId | int? | Include subcontainers of containers listed in ContainerIds. |