 | 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)
Syntaxpublic PictureResultEntity ExportPictures(
string authenticationKey,
int maxRecordsOut,
PictureSearchEntity pictureSearchEntity
)
Public Function ExportPictures (
authenticationKey As String,
maxRecordsOut As Integer,
pictureSearchEntity As PictureSearchEntity
) As PictureResultEntity
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
See Also