Gets the dispatcher specific validation result
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 ValidationResult CanDispatcherSend( ActivityContext context, string dispatcherId, List<string> recordIds, string addressKey, List<CustomParameter> parameters )
Parameters
- context
- Type: System.Activities.ActivityContext
Activity context - dispatcherId
- Type: System.String
The dispatcher id - recordIds
- Type: System.Collections.Generic.List<String>
List of record ids - addressKey
- Type: System.String
Key to the address entity. - parameters
- Type: System.Collections.Generic.List<CustomParameter>
Dispatcher specific parameters
Return Value
Type: ValidationResultThe validation result, containing boolean IsValid and any errors
See Also