Show / Hide Table of Contents

Class WorkflowAction

Inheritance
object
WorkflowAction
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Content.Workflow.Actions
Assembly: DotNetNuke.dll
Syntax
[PrimaryKey("ActionId")]
[TableName("ContentWorkflowActions")]
public class WorkflowAction

Constructors

WorkflowAction()

Declaration
public WorkflowAction()

Properties

ActionId

Declaration
public int ActionId { get; set; }
Property Value
Type Description
int

ActionSource

Declaration
public string ActionSource { get; set; }
Property Value
Type Description
string

ActionType

Declaration
public string ActionType { get; set; }
Property Value
Type Description
string

ContentTypeId

Declaration
public int ContentTypeId { get; set; }
Property Value
Type Description
int

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS