Click or drag to resize

ActivityFunctionsGetSmartpostRecipientsForInstance Method

Gets smartpost recipients for an instance.

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
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