IApiServiceBiblioteka_PobierzMiniature Method | |
Pobiera dane załącznika o określonym identyfikatorze. Jeśli załącznik jest obrazkiem, to we właściwości PlikBase64 jest przekazywana miniatura w formacie jpg
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_PobierzMiniature(
string sessionId,
long id,
int maxWidth,
int maxHeight,
bool doAntiAlias
)
Function Biblioteka_PobierzMiniature (
sessionId As String,
id As Long,
maxWidth As Integer,
maxHeight As Integer,
doAntiAlias As Boolean
) As Zalacznik
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - id
- Type: SystemInt64
Identyfikator załącznika - maxWidth
- Type: SystemInt32
Maksymalna szerokość obrazka - maxHeight
- Type: SystemInt32
Maksymalna wysokość obrazka - doAntiAlias
- Type: SystemBoolean
Czy ma być wykonany anti aliasing przy przeskalowaniu
Return Value
Type:
ZalacznikDane załącznika lub null gdy nie znaleziono
See Also