DB.Dok_in_Bearbeietung Method

Public Function Dok_in_Bearbeietung( _ 
ByVal typ As Integer, _ 
ByVal dokumentid As String, _ 
ByVal mitarbeiter As Integer
) As Boolean
This language is not supported or no code example is available.
public bool Dok_in_Bearbeietung( 
int typ
string dokumentid
int mitarbeiter 
)
This language is not supported or no code example is available.
public:  
bool Dok_in_Bearbeietung( 
int typ
String^ dokumentid
int mitarbeiter 
)
This language is not supported or no code example is available.
public function Dok_in_Bearbeietung( 
typ : int
dokumentid : String
mitarbeiter : int 
) : boolean;
This language is not supported or no code example is available.

Parameters

typ
int

dokumentid
string

mitarbeiter
int

Return Value

bool

.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