Click or drag to resize

CommonDatabaseFunctionsGetRecordFileKey Method

Gets the record file key, based on a record identity.

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 GetRecordFileKey(
	Uri oDataUri,
	string recordId
)

Parameters

oDataUri  Uri
The OData Service endpoint.
recordId  String
Record identity.

Return Value

String
Record file key.
See Also