ActivityFunctionsIsActive Method

Scanjour Workflow4 Reference Manual
Checks whether the contact with given nameCode is active.

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static bool IsActive(
	ActivityContext context,
	string nameCode
)

Parameters

context
Type: System.ActivitiesActivityContext
Activity context
nameCode
Type: SystemString
Contacts nameCode

Return Value

Type: Boolean
True if contact is active, else false
See Also

Reference