QDVArticleDatabase.ArticleFieldValue Property
NOTE: This member is now obsolete. Use Qdv.UserApi.IArticleDatabase.GetArticleFieldValue instead.
Gets or sets a value of an article field.
[Obsolete("Use Qdv.UserApi.IArticleDatabase.GetArticleFieldValue instead.")]
[System.Runtime.CompilerServices.IndexerName("ArticleFieldValue")]
public object this[
long articleRowID,
string columnName
] {get; set;}
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.
Property Value
object
.NET Framework
Supported in: 4.8, 4.7, 4.6, 4.5.2