Click or drag to resize

PictureServiceGetPicturesByRequest Method

Gets the pictures by request.

Namespace:  AMCS.Elemos.IntegrationService.Services.Picture
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<PicturePartialEntity> GetPicturesByRequest(
	string authenticationKey,
	PictureRequest pictureRequest
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
pictureRequest
Type: AMCS.Elemos.IntegrationService.Entity.ImagesPictureRequest
The picture request.

Return Value

Type: IListPicturePartialEntity
Exceptions
ExceptionCondition
FaultExceptionnew FaultCode(GetPicturesByRequest)
FaultCodeGetPicturesByRequest
See Also