CommonDatabaseFunctionsGetRecordState Method
Gets the state of a record entity.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static string GetRecordState(
Uri oDataUri,
string recordKey
)
Public Shared Function GetRecordState (
oDataUri As Uri,
recordKey As String
) As String
public:
static String^ GetRecordState(
Uri^ oDataUri,
String^ recordKey
)
static member GetRecordState :
oDataUri : Uri *
recordKey : string -> string
- oDataUri Uri
- The endpoint of the OData Service.
- recordKey String
- Record id
StringThe record state or null if the entity does not exist.