Class ActivitiesResult

Inheritance
System.Object
ActivitiesResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.Rest.Activities
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class ActivitiesResult

Constructors

ActivitiesResult()

Declaration
public ActivitiesResult()

Properties

Activities

Declaration
public IEnumerable<Activity> Activities { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Activity>

AssociatedComments

Declaration
public IDictionary<long, IEnumerable<ActivityComment>> AssociatedComments { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.Int64, System.Collections.Generic.IEnumerable<ActivityComment>>

AssociatedContent

Declaration
public IDictionary<ContentReference, IContent> AssociatedContent { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<ContentReference, IContent>

Extension Methods