QDVArticleDatabase.SetArticleFieldValues Method

Writes values to multiple article fields at once.
public void SetArticleFieldValues( 
long articleRowID
IDictionary<string, object> fields 
)
This language is not supported or no code example is available.

Parameters

articleRowID
long

The row ID of the article to be used.

fields
IDictionary<string, object>

The field names (columns) and their values to be set. The values to be written, can be a text, a number, a data or an object.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition