Click or drag to resize

VehicleInformationServiceCompareExportByVariantIdsHist Method

OFV Kjøretøydata service

Export compare of vehicles to PDF or CSV.

There is restriction on how many vehicles that can be compared - try call "limits()" to get boundaries.

Namespace:  OfvVehicleData.Service
Assembly:  OfvVehicleData.Service (in OfvVehicleData.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public DTO CompareExportByVariantIdsHist(
	UserDTO user,
	UserComparisonDTO comparison,
	string exportFormat,
	int vehicleGroup,
	string format
)

Parameters

user
Type: OfvService.DTO.LoginUserDTO
UserDTO
comparison
Type: OfvService.DTO.ComparisonUserComparisonDTO
Object holding vehicles to compare
exportFormat
Type: SystemString
Select between PDF or CSV (CSV requires special user grants).
vehicleGroup
Type: SystemInt32
Vehiclegroup code defines which group to work with.
format
Type: SystemString
json/xml - which format result will be delivered in.

Return Value

Type: DTO

[Missing <returns> documentation for "M:OfvVehicleData.Service.VehicleInformationService.CompareExportByVariantIdsHist(OfvService.DTO.Login.UserDTO,OfvService.DTO.Comparison.UserComparisonDTO,System.String,System.Int32,System.String)"]

See Also