Click or drag to resize

IApiServiceStatusy_PobierzTagiDlaTabeli Method

ILUO Sp. z o.o.
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
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
idtabeli
Type: SystemInt64
Identyfikator tabeli

Return Value

Type: TagTabeli
Tablica etykiet
Remarks
Identyfikatory tabel można pobrać metodą Sys_PobierzTabeleSystemowe
See Also