IArticleDatabaseFactory Interface

The factory that creates article database objects.
Public Interface IArticleDatabaseFactory
This language is not supported or no code example is available.
public interface IArticleDatabaseFactory
This language is not supported or no code example is available.
Methods
 
Name Description
Public method GetArticleDatabase(string, bool) Creates the IArticleDatabase instance for the specified file or database.
Top
Remarks
 
You can obtain an instance of this interface from QdvManager.ArticleDatabaseFactory property.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition