CommonDatabaseFunctionsGetRecordState Method

Gets the state of a record entity.

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 string GetRecordState(
	Uri oDataUri,
	string recordKey
)

Parameters

oDataUri  Uri
The endpoint of the OData Service.
recordKey  String
Record id

Return Value

String
The record state or null if the entity does not exist.

See Also