Gets the dispatcher specific validation result
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static ValidationResult CanDispatcherSend( ActivityContext context, string dispatcherId, List<string> recordIds, string addressKey, List<CustomParameter> parameters )
Parameters
- context
- Type: System.ActivitiesActivityContext
Activity context - dispatcherId
- Type: SystemString
The dispatcher id - recordIds
- Type: System.Collections.GenericListString
List of record ids - addressKey
- Type: SystemString
Key to the address entity. - parameters
- Type: System.Collections.GenericListCustomParameter
Dispatcher specific parameters
Return Value
Type: ValidationResultThe validation result, containing boolean IsValid and any errors
See Also