IApiServiceBiblioteka_PobierzNaglowekZalacznika Method | |
Pobiera dane załącznika o określonym identyfikatorze bez zawartości pliku
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_PobierzNaglowekZalacznika(
string sessionId,
long id
)
Function Biblioteka_PobierzNaglowekZalacznika (
sessionId As String,
id As Long
) As Zalacznik
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - id
- Type: SystemInt64
Identyfikator załącznika
Return Value
Type:
ZalacznikDane załącznika lub null gdy nie znaleziono
See Also