CommonDatabaseFunctionsGetOuDomain Method

Scanjour Workflow4 Reference Manual
Gets the OU (Organizational Unit) domain based on its value.

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 OuDomain GetOuDomain(
	Uri oDataUri,
	string ouValue
)

Parameters

oDataUri
Type: SystemUri
The endpoint of the OData Service.
ouValue
Type: SystemString
The OU value.

Return Value

Type: OuDomain
The OuDomain entity or null if not found.
See Also

Reference