ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
ImageResizer.Plugins.BatchZipper.ItemResult Class Reference

Holds the result of a items resize and/or compression attempt. More...

Public Member Functions

 ItemResult (BatchResizeItem item, bool successful, Exception itemError)
 
override string ToString ()
 

Properties

bool Successful [get]
 True if the item was successfully copied into the zip file. More...
 
BatchResizeItem Item [get]
 
Exception ItemError [get]
 The exception that occured when resizing, opening, copying, or compressing the file. More...
 

Detailed Description

Holds the result of a items resize and/or compression attempt.

Definition at line 94 of file BatchJobEventsAndResults.cs.

Property Documentation

Exception ImageResizer.Plugins.BatchZipper.ItemResult.ItemError
get

The exception that occured when resizing, opening, copying, or compressing the file.

Definition at line 112 of file BatchJobEventsAndResults.cs.

bool ImageResizer.Plugins.BatchZipper.ItemResult.Successful
get

True if the item was successfully copied into the zip file.

Definition at line 107 of file BatchJobEventsAndResults.cs.


The documentation for this class was generated from the following file: