Click or drag to resize

IUCServiceImageGetById Method

Get Image by Image Id and resizes the image if set

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
ImageView ImageGetById(
	string id,
	ImageSize imageSize
)

Parameters

id  String
Image Id
imageSize  ImageSize
Resize image to specific size

Return Value

ImageView
Remarks
LS Central WS4: GetImage
See Also