ActivityFunctionsGetSmartpostRecipientsForInstance Method |
Gets smartpost recipients for an instance.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: 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)
Syntaxpublic static IEnumerable<WzpSmartpostRecipient> GetSmartpostRecipientsForInstance(
ActivityContext context,
string instanceId
)
Public Shared Function GetSmartpostRecipientsForInstance (
context As ActivityContext,
instanceId As String
) As IEnumerable(Of WzpSmartpostRecipient)
public:
static IEnumerable<WzpSmartpostRecipient^>^ GetSmartpostRecipientsForInstance(
ActivityContext^ context,
String^ instanceId
)
static member GetSmartpostRecipientsForInstance :
context : ActivityContext *
instanceId : string -> IEnumerable<WzpSmartpostRecipient>
Parameters
- context ActivityContext
- The activity context.
- instanceId String
- The instanceId for the smartpost process.
Return Value
IEnumerableWzpSmartpostRecipientAll smartpost recipients for a smartpost process.
See Also