Update document field properties

You can update document field properties in multiple documents using the UpdateDocumentFieldPropertyValues API method.

The TotalAgility SDK defines this API as:

[SecuritySafeCritical]
public void UpdateDocumentFieldPropertyValues(
string sessionId,
ReportingData reportingData,
string id,
FieldPropertiesCollection fieldProperties)

Sample code for updating document field properties

The following code sample demonstrates the update of the Valid, Confidence, and Value properties of two fields of a document.

const string ValidPropertyId = "5B83535412F142669762C8C08CFE690F";