Class BeginTransitionSessionRequest

The BeginTransitionSessionRequest class is a REST data model representing a request to begin a workflow item moderation session.

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

Constructors

BeginTransitionSessionRequest()

Declaration
public BeginTransitionSessionRequest()

Properties

Target

Gets or sets the target of the item that will be moderated during the workflow session.

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

Workflow

Gets or sets the ID of the workflow to begin a moderation session on.

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