Overload List

  NameDescription
Public methodFileDependency(String)
Initializes a new instance of the FileExpiration class that monitors a file or directory for changes.
Public methodFileDependency(array<String>[]()[][])
Initializes a new instance of the FileExpiration class that monitors an array of file paths (to files or directories) for changes.
Public methodFileDependency(String, DateTime)
Initializes a new instance of the FileExpiration class that monitors a file or directory for changes and indicates when change tracking is to begin.
Public methodFileDependency(array<String>[]()[][], DateTime)
Initializes a new instance of the FileExpiration class that monitors an array of file paths (to files or directories) for changes and specifies a time when change monitoring begins.

See Also