Class RemoveWorkflowByIdRequest

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

Constructors

RemoveWorkflowByIdRequest()

Declaration
public RemoveWorkflowByIdRequest()

Properties

Id

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