Click or drag to resize
WorkflowStepInfoProviderGetAutomationPendingStepsWhereCondition Method (UserInfo, String)

Note: This API is now obsolete.

Gets complete where condition for pending steps from automation processes.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Use GetAutomationPendingStepsWhereCondition method with WhereCondition return value instead.")]
public static string GetAutomationPendingStepsWhereCondition(
	UserInfo user,
	string siteName
)

Parameters

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

Return Value

Type: String
See Also