AllowedNameTypeValidatorValidate Method

Scanjour Workflow4 Reference Manual
Validates that contact with contactKeys has a valid NameType

Namespace:  Scanjour.Workflow4.ActivityLibrary.Validation
Assembly:  Scanjour.Workflow4.ActivityLibrary_21.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_21.3.0.0.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax

public Task Validate(
	IEnumerable<string> contactKeys
)

Parameters

contactKeys
Type: System.Collections.GenericIEnumerableString
Identifiers of contacts to be validated

Return Value

Type: Task

[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Validation.AllowedNameTypeValidator.Validate(System.Collections.Generic.IEnumerable{System.String})"]

Implements

IValidatorTValidate(T)
See Also

Reference