This entity represents a state permission

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

Syntax

C#
[ObsoleteAttribute("Deprecated in Platform 7.4.0.")]
public class ContentWorkflowStatePermission : PermissionInfoBase
Visual Basic
<ObsoleteAttribute("Deprecated in Platform 7.4.0.")> 
Public Class ContentWorkflowStatePermission
	Inherits PermissionInfoBase

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities..::..BaseEntityInfo
    DotNetNuke.Security.Permissions..::..PermissionInfo
      DotNetNuke.Security.Permissions..::..PermissionInfoBase
        DotNetNuke.Entities.Content.Workflow..::..ContentWorkflowStatePermission

See Also