QDVArticleDatabase Constructor

NOTE: This member is now obsolete. Instead, use Qdv.UserApi.IArticleDatabaseFactory.GetArticleDatabase(String, [Boolean]) The factory can be obtained from the QdvManager class via property. The full code is: context.QdvManager.ArticleDatabaseFactory.GetArticleDatabase(String, [Boolean]).

<Obsolete("Instead, use Qdv.UserApi.IArticleDatabaseFactory.GetArticleDatabase(String, [Boolean])
    The factory can be obtained from the QdvManager class via property. The full code is:
    context.QdvManager.ArticleDatabaseFactory.GetArticleDatabase(String, [Boolean]).")> _ 
Public Sub New( _ 
ByVal FilePath As String, _ 
Optional ByVal GetExclusiveLock As Boolean = False _ 
)
This language is not supported or no code example is available.
[Obsolete("Instead, use Qdv.UserApi.IArticleDatabaseFactory.GetArticleDatabase(String, [Boolean])
    The factory can be obtained from the QdvManager class via property. The full code is:
    context.QdvManager.ArticleDatabaseFactory.GetArticleDatabase(String, [Boolean]).")] 
public QDVArticleDatabase( 
string FilePath
bool GetExclusiveLock = False 
)
This language is not supported or no code example is available.

Parameters

FilePath
string

<default>

GetExclusiveLock
bool

<default>

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition