QDVArticleDatabase.SetArticleFieldValue Method

Writes a value to an article field.
public void SetArticleFieldValue( 
long articleRowID
string columnName
object value 
)
This language is not supported or no code example is available.

Parameters

articleRowID
long

The row ID of the article to be used.

columnName
string

The identifier of the column whose value is to be retrieved.

value
object

The value 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