clsSBOWebClientHandlerDocumentInfoByDocNum Method
|
Reads linked MARI Document based on a doc in the web client
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic clsSBOWebDocumentInfo DocumentInfoByDocNum(
string sTable,
int lDocNum
)
Public Function DocumentInfoByDocNum (
sTable As String,
lDocNum As Integer
) As clsSBOWebDocumentInfo
Parameters
- sTable
- Type: SystemString
- lDocNum
- Type: SystemInt32
Return Value
Type:
clsSBOWebDocumentInfo
See Also