Click or drag to resize

LiftEventServiceExportPictureEvents Method

Exports PictureEvent records.

Namespace:  AMCS.Elemos.IntegrationService.Services.Vehicle
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerable<PictureEventPartialEntity> ExportPictureEvents(
	string authenticationKey,
	int maxRecordsout
)

Parameters

authenticationKey
Type: SystemString
Authentication key
maxRecordsout
Type: SystemInt32
Maximum number of records to export in a single call

Return Value

Type: IEnumerablePictureEventPartialEntity
Picture events
Exceptions
ExceptionCondition
FaultException
FaultReason
See Also