Click or drag to resize

ValidateHierarchyDigitalPostClient Property

This property is used primarily for testing purposes. During normal production, this argument is null, which causes the activity to create a new receiver. During test, a mock or similar can be provided through this argument.

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
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 InArgument<IDigitalPostReceiver> DigitalPostClient { get; set; }

Property Value

InArgumentIDigitalPostReceiver
See Also