QDVArticleDatabase.GetArticleFieldValue Method

Returns the value of specified article field.
public object GetArticleFieldValue( 
long articleRowID
string columnName 
)
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.

Return Value

object

Depending upon the column type, it returns a string, a number or a date.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition