This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ImageOptimizer.
Summary
Initializes a new instance of the
ImageOptimizerResult class.
- Assembly
- Cake
.ImageOptimizer .dll - Namespace
- Cake
.ImageOptimizer - Containing Type
- ImageOptimizerResult
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 |
