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 2025.10
Syntax
C#
ImageView ImageGetById(
	string id,
	ImageSize imageSize
)

Parameters

id
Type: SystemString
Image Id
imageSize
Type: LSRetail.Omni.Domain.DataModel.Base.RetailImageSize
Resize image to specific size

Return Value

Type: ImageView
Remarks
LS Central WS4 : GetImage
See Also