Click or drag to resize

CommonDatabaseFunctionsGetOuDomain Method

Gets the OU (Organizational Unit) domain based on its value.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static OuDomain GetOuDomain(
	Uri oDataUri,
	string ouValue
)

Parameters

oDataUri  Uri
The endpoint of the OData Service.
ouValue  String
The OU value.

Return Value

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