Click or drag to resize

CommonDatabaseFunctionsGetRecordState Method

Gets the state of a record entity.

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 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