VBFileManagement.Update_Vorlage Method

Public Function Update_Vorlage( _ 
ByVal filename As String, _ 
ByVal vorlageid As String, _ 
ByVal connectionstring As String, _ 
ByVal manr As Integer
) As Object
This language is not supported or no code example is available.
public object Update_Vorlage( 
string filename
string vorlageid
string connectionstring
int manr 
)
This language is not supported or no code example is available.
public:  
object^ Update_Vorlage( 
String^ filename
String^ vorlageid
String^ connectionstring
int manr 
)
This language is not supported or no code example is available.
public function Update_Vorlage( 
filename : String
vorlageid : String
connectionstring : String
manr : int 
) : object;
This language is not supported or no code example is available.

Parameters

filename
string

vorlageid
string

connectionstring
string

manr
int

Return Value

object

.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