summaryT:DotNetNuke.Entities.Content.Workflow.SystemWorkflowManager

Namespace: DotNetNuke.Entities.Content.Workflow
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class SystemWorkflowManager : ServiceLocator<ISystemWorkflowManager, SystemWorkflowManager>, 
	ISystemWorkflowManager
Visual Basic
Public Class SystemWorkflowManager
	Inherits ServiceLocator(Of ISystemWorkflowManager, SystemWorkflowManager)
	Implements ISystemWorkflowManager

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Framework..::..ServiceLocator<(Of <(<'ISystemWorkflowManager, SystemWorkflowManager>)>)>
    DotNetNuke.Entities.Content.Workflow..::..SystemWorkflowManager

See Also