Show / Hide Table of Contents

Interface IWorkflowSecurity

Namespace: DotNetNuke.Entities.Content.Workflow
Assembly: DotNetNuke.dll
Syntax
public interface IWorkflowSecurity

Methods

GetStateReviewPermission()

Declaration
PermissionInfo GetStateReviewPermission()
Returns
Type Description
PermissionInfo

HasStateReviewerPermission(PortalSettings, UserInfo, int)

Declaration
bool HasStateReviewerPermission(PortalSettings portalSettings, UserInfo user, int stateId)
Parameters
Type Name Description
PortalSettings portalSettings
UserInfo user
int stateId
Returns
Type Description
bool

HasStateReviewerPermission(int)

Declaration
bool HasStateReviewerPermission(int stateId)
Parameters
Type Name Description
int stateId
Returns
Type Description
bool

HasStateReviewerPermission(int, int, int)

Declaration
bool HasStateReviewerPermission(int portalId, int userId, int stateId)
Parameters
Type Name Description
int portalId
int userId
int stateId
Returns
Type Description
bool

IsWorkflowReviewer(int, int)

Declaration
bool IsWorkflowReviewer(int workflowId, int userId)
Parameters
Type Name Description
int workflowId
int userId
Returns
Type Description
bool

Extension Methods

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