CommonDatabaseFunctionsGetCustomDomains Method

Retrieves the customs domain entities of a specific domain type.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static IEnumerable<CustomDomain> GetCustomDomains(
	Uri oDataUri,
	string domainType
)

Parameters

oDataUri  Uri
The OData Service endpoint.
domainType  String
The domain type.

Return Value

IEnumerableCustomDomain
A collection of customs domains.

See Also