Class AddActivityRequest

Describes an add activity request that can be sent to the cloud-based activity service.

Inheritance
System.Object
AddActivityRequest
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.Social.ActivityStreams.Rest.Contracts
Assembly: EPiServer.Social.ActivityStreams.Rest.Contracts.dll
Version: 1.5.4
Syntax
public class AddActivityRequest

Constructors

AddActivityRequest()

Declaration
public AddActivityRequest()

Properties

Actor

Gets or sets the activity actor.

Declaration
public string Actor { get; set; }
Property Value
Type Description
System.String

Extension

Gets or sets the activity extension payload.

Declaration
public ExtensionRequest Extension { get; set; }
Property Value
Type Description
ExtensionRequest

Target

Gets or sets the activity target.

Declaration
public string Target { get; set; }
Property Value
Type Description
System.String
arrow_upward