summaryT:DotNetNuke.Entities.Content.Workflow.WorkflowSecurity

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

Syntax

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

Inheritance Hierarchy

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

See Also