Click or drag to resize

IApiServiceBiblioteka_UsunZalacznik Method

ILUO Sp. z o.o.
Usuwa istniejący załącznik

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
bool Biblioteka_UsunZalacznik(
	string sessionId,
	long id
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
id
Type: SystemInt64
Identyfikator usuwanego załącznika

Return Value

Type: Boolean
true - usunięto, false - nie znaleziono
See Also