IQdvEnvironment.GetDatabasePath Method

Returns the database path associated with the path number.
Function GetDatabasePath( _ 
ByVal PathNumber As Integer
) As String
This language is not supported or no code example is available.
string GetDatabasePath( 
int PathNumber 
)
This language is not supported or no code example is available.

Parameters

PathNumber
int

A valid path number ranging from 1 to 100.

Return Value

string

The full path matching the path number.

Exception type Condition

QdvApiException

A problem occurred.

Remarks
 
In databases of sets, a path number of 0 indicates that the database of articles is in same folder as the calling database of sets.
Version
 
Available since QDV 7.13.482.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition