ImageOptimizerResult.

ImageOptimizerResult(string, FilePath, string) Constructor

Summary

Initializes a new instance of the ImageOptimizerResult class.

Syntax

public ImageOptimizerResult(string service, FilePath path, string error)

Parameters

Name Type Description
service string The name of the service used to optimize the image.
path FilePath The path to the image.
error string The error message that occured during optimization.

Return Value

Type Description
void