IApiServiceStatusy_PobierzTagiDlaTabeli Method | |
Pobiera etykiety, które można przypisać do obiektów tabeli
Namespace:
ILUO.ERP.API.ServiceContracts.Interfaces3
Assembly:
ILUO.ERP.API.ServiceContracts (in ILUO.ERP.API.ServiceContracts.dll) Version: 1.0.0.348 (1.0.0.348)
Syntax TagTabeli[] Statusy_PobierzTagiDlaTabeli(
string sessionId,
long idtabeli
)
Function Statusy_PobierzTagiDlaTabeli (
sessionId As String,
idtabeli As Long
) As TagTabeli()
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - idtabeli
- Type: SystemInt64
Identyfikator tabeli
Return Value
Type:
TagTabeliTablica etykiet
Remarks See Also