CommonDatabaseFunctionsGetValidContactTypes Method

Scanjour Workflow4 Reference Manual
Gets all valid contact types.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static IEnumerable<string> GetValidContactTypes(
	Uri oDataUri
)

Parameters

oDataUri
Type: SystemUri
The OData Service endpoint.

Return Value

Type: IEnumerableString
Collection of all contact types
See Also

Reference