IArticleDatabase.GetArticleFieldValue Method

Returns the value of specified article field.
Function GetArticleFieldValue( _ 
ByVal articleRowID As Long, _ 
ByVal columnName As String
) As Object
This language is not supported or no code example is available.
object GetArticleFieldValue( 
long articleRowID
string columnName 
)
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.

Return Value

object

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

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition