CommonDatabaseFunctionsClearRecordUpdateCode(Uri, String) Method
Clears the update code of the specified record.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static Write ClearRecordUpdateCode(
Uri oDataUri,
string recordId
)
Public Shared Function ClearRecordUpdateCode (
oDataUri As Uri,
recordId As String
) As Write
public:
static Write^ ClearRecordUpdateCode(
Uri^ oDataUri,
String^ recordId
)
static member ClearRecordUpdateCode :
oDataUri : Uri *
recordId : string -> Write
- oDataUri Uri
- The OData Service endpoint.
- recordId String
- Identity of the record on which the update code will be cleared.
WriteThe update code of the record before this method was invoked.