DokList.createnewdoc Method

Public Sub createnewdoc( _ 
ByVal partnernr As Integer, _ 
ByVal dokumenttypnr As Integer, _ 
Optional ByVal interaktion As String = "Yes", _ 
Optional ByVal showdoc As String = "Yes" _ 
)
This language is not supported or no code example is available.
public void createnewdoc( 
int partnernr
int dokumenttypnr
string interaktion = "Yes", 
string showdoc = "Yes" 
)
This language is not supported or no code example is available.
public:  
void createnewdoc( 
int partnernr
int dokumenttypnr
String^ interaktion
String^ showdoc 
)
This language is not supported or no code example is available.
public function createnewdoc( 
partnernr : int
dokumenttypnr : int
interaktion : String
showdoc : String 
);
This language is not supported or no code example is available.

Parameters

partnernr
int

dokumenttypnr
int

interaktion
string

showdoc
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