Show / Hide Table of Contents

Class WorkflowUsageItem

Inheritance
object
WorkflowUsageItem
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.Entities
Assembly: DotNetNuke.dll
Syntax
public class WorkflowUsageItem

Constructors

WorkflowUsageItem()

Declaration
public WorkflowUsageItem()

Properties

ContentName

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

ContentType

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

WorkflowID

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

Extension Methods

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