CommonDatabaseFunctionsGetCustomDomainValues Method

Scanjour Workflow4 Reference Manual
Gets the custom domain values, based on a domain type.

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> GetCustomDomainValues(
	Uri oDataUri,
	string domainType
)

Parameters

oDataUri
Type: SystemUri
The OData Service endpoint.
domainType
Type: SystemString
Domain type.

Return Value

Type: IEnumerableString
Collection of custom domain values.
See Also

Reference