CommonDatabaseFunctions.GetRecordState Method

Scanjour Workflow4 Reference Manual
Gets the state of a record entity.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 22.1.0.0 (22.1.0.0)
Syntax

public static string GetRecordState(
	Uri oDataUri,
	string recordKey
)

Parameters

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

Return Value

Type: String
The record state or null if the entity does not exist.
See Also

Reference