Click or drag to resize

MPInterfacebGetLoginBySBOUser Method

Note: This API is now obsolete.

Internal function. This function is used by the MARINGO Web Service to access the MARI Interface functionality

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.1.0.108
Syntax
[ObsoleteAttribute("Internal Function only")]
public bool bGetLoginBySBOUser(
	string SBOUser,
	string SBOServerName,
	string SBODatabase,
	ref string sErrorText,
	ref short nCompany,
	ref clsBenutzer oMPBenuzer
)

Parameters

SBOUser
Type: SystemString
SBOServerName
Type: SystemString
SBODatabase
Type: SystemString
sErrorText
Type: SystemString
nCompany
Type: SystemInt16
oMPBenuzer
Type: clsBenutzer

Return Value

Type: Boolean
Remarks