Class TransitionSessionTokenRequest

The TransitionSessionTokenRequest class is a REST data model representing a session token.

Inheritance
System.Object
TransitionSessionTokenRequest
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 TransitionSessionTokenRequest

Constructors

TransitionSessionTokenRequest()

Declaration
public TransitionSessionTokenRequest()

Properties

Target

Gets or sets the identifier for the target to be transitioned.

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

Value

Gets or sets a unique value identifying the token.

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

Workflow

Gets or sets the identifier for the workflow associated with the transition.

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