Click or drag to resize
WorkflowStepInfoProviderCanUserMoveToSpecificAutomationStepInternal Method
Indicates if user can move automation process to any step.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual bool CanUserMoveToSpecificAutomationStepInternal(
	UserInfo user,
	string siteName
)

Parameters

user
Type: CMS.MembershipUserInfo
User
siteName
Type: SystemString
Site name

Return Value

Type: Boolean
See Also