Click or drag to resize

PictureServiceExportPictures Method

Exports the pictures.

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 PictureResultEntity ExportPictures(
	string authenticationKey,
	int maxRecordsOut,
	PictureSearchEntity pictureSearchEntity
)

Parameters

authenticationKey
Type: SystemString
The authentication key. This is an auto generated key generated by AMCS and should be provided to gain access to the system. This key is used to audit all methods and transactions performed using this interface.
maxRecordsOut
Type: SystemInt32
The maximum records out.
pictureSearchEntity
Type: AMCS.Elemos.IntegrationService.Entity.ImagesPictureSearchEntity
The picture search entity.

Return Value

Type: PictureResultEntity
Exceptions
ExceptionCondition
FaultException
FaultReason
See Also