VBFileManagement.Get_From_DB Method

Public Function Get_From_DB( _ 
ByVal office_vorlagenr As Integer, _ 
ByVal filename As String, _ 
ByVal connectionstring As String, _ 
Optional ByVal Office2010_Vorlage As Boolean = False _ 
) As String
This language is not supported or no code example is available.
public string Get_From_DB( 
int office_vorlagenr
string filename
string connectionstring
bool Office2010_Vorlage = False 
)
This language is not supported or no code example is available.
public:  
String^ Get_From_DB( 
int office_vorlagenr
String^ filename
String^ connectionstring
bool Office2010_Vorlage 
)
This language is not supported or no code example is available.
public function Get_From_DB( 
office_vorlagenr : int
filename : String
connectionstring : String
Office2010_Vorlage : boolean 
) : String;
This language is not supported or no code example is available.

Parameters

office_vorlagenr
int

filename
string

connectionstring
string

Office2010_Vorlage
bool

Return Value

string

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition