ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Properties | List of all members
ImageResizer.Plugins.IVirtualFileWithModifiedDate Interface Reference

Always implement this if possible. Allows caching systems to detect changes to source files and invalidate cached data properly. More...

Inheritance diagram for ImageResizer.Plugins.IVirtualFileWithModifiedDate:
Inheritance graph
[legend]
Collaboration diagram for ImageResizer.Plugins.IVirtualFileWithModifiedDate:
Collaboration graph
[legend]

Properties

DateTime ModifiedDateUTC [get]
 The modified (last write time) of the source file, in UTC form. More...
 
- Properties inherited from ImageResizer.Plugins.IVirtualFile
string VirtualPath [get]
 The virtual path of the file (relative to the domain, like /app/folder/file.ext) More...
 

Additional Inherited Members

- Public Member Functions inherited from ImageResizer.Plugins.IVirtualFile
Stream Open ()
 Returns an opened stream to the file contents. More...
 

Detailed Description

Always implement this if possible. Allows caching systems to detect changes to source files and invalidate cached data properly.

Definition at line 11 of file IVirtualFileWithModifiedDate.cs.

Property Documentation

DateTime ImageResizer.Plugins.IVirtualFileWithModifiedDate.ModifiedDateUTC
get

The modified (last write time) of the source file, in UTC form.

Definition at line 16 of file IVirtualFileWithModifiedDate.cs.


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