Class TransitionSessionTokenResponse

The TransitionSessionTokenResponse class is a REST data model representing a workflow transition session response.

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

Constructors

TransitionSessionTokenResponse()

Declaration
public TransitionSessionTokenResponse()

Properties

Issued

Gets or sets the date/time the transition session was created.

Declaration
public DateTime Issued { get; set; }
Property Value
Type Description
System.DateTime

Target

Gets or sets the target reference of the transition session.

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

Value

Gets or sets the session token value.

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

Workflow

Gets or sets the workflow Id for the transition session.

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