IArticleDatabase.SetArticleFieldValue Method

Writes a value to an article field.
Sub SetArticleFieldValue( _ 
ByVal articleRowID As Long, _ 
ByVal columnName As String, _ 
ByVal value As Object
)
This language is not supported or no code example is available.
void SetArticleFieldValue( 
long articleRowID
string columnName
object value 
)
This language is not supported or no code example is available.

Parameters

articleRowID
long

The row IDs 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.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition