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
Adds a list of results to the config file
- Assembly
- Cake
.ImageOptimizer .dll - Namespace
- Cake
.ImageOptimizer - Containing Type
- FileConfig
Syntax
public void AddResults(IList<OptimizedFile> files)
Parameters
Name | Type | Description |
---|---|---|
files | IList |
The optimized files. |
Return Value
Type | Description |
---|---|
void |