IArticleDatabase.SetArticleFieldValues Method

Writes values to multiple article fields at once.
Sub SetArticleFieldValues( _ 
ByVal articleRowID As Long, _ 
ByVal fields As IDictionary(Of String, Object) _ 
)
This language is not supported or no code example is available.
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.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition