Gets smartpost recipients for an instance.
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_22.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_22.1.0.0.dll) Version: 22.1.0.0 (22.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: IEnumerableWzpSmartpostRecipientAll smartpost recipients for a smartpost process.
See Also