ActivityFunctionsGetSmartpostRecipientsForInstance Method

Scanjour Workflow4 Reference Manual
Gets smartpost recipients for an instance.

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 IEnumerable<WzpSmartpostRecipient> GetSmartpostRecipientsForInstance(
	ActivityContext context,
	string instanceId
)

Parameters

context
Type: System.ActivitiesActivityContext
The activity context.
instanceId
Type: SystemString
The instanceId for the smartpost process.

Return Value

Type: IEnumerableWzpSmartpostRecipient
All smartpost recipients for a smartpost process.
See Also

Reference