Click or drag to resize

IApiServiceBiblioteka_PobierzZalacznikiObiektu Method

ILUO Sp. z o.o.
Pobiera tablicę załączników przypisanych do określonego obiektu systemu

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
Zalacznik[] Biblioteka_PobierzZalacznikiObiektu(
	string sessionId,
	long idTabeli,
	long id
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
idTabeli
Type: SystemInt64
Identyfikator tabeli do której należy obiekt. Listę tabel i identyfikatorów można pobrać zapytaniem 'select * from systabela'
id
Type: SystemInt64
Identyfikator obiektu

Return Value

Type: Zalacznik
Tablica załączników
Remarks
Identyfikatory tabel można pobrać metodą Sys_PobierzTabeleSystemowe
See Also