ActivityFunctionsGetSmartpostRecipientsForInstance Method

Gets smartpost recipients for an instance.

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static IEnumerable<WzpSmartpostRecipient> GetSmartpostRecipientsForInstance(
	ActivityContext context,
	string instanceId
)

Parameters

context  ActivityContext
The activity context.
instanceId  String
The instanceId for the smartpost process.

Return Value

IEnumerableWzpSmartpostRecipient
All smartpost recipients for a smartpost process.

See Also