CommonDatabaseFunctionsGetODataServiceForUser Method

Gets odata service context for an impersonated user

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 ODataService GetODataServiceForUser(
	Uri oDataUri,
	string impersonateUser
)

Parameters

oDataUri  Uri
The endpoint of the OData Service.
impersonateUser  String
User to impersonate

Return Value

ODataService
Odata service context

See Also