ArchiveFileEventArgsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class ArchiveFileEventArgsExtensions abstract sealed
public static class ArchiveFileEventArgsExtensions
type ArchiveFileEventArgsExtensions = class
Public Module ArchiveFileEventArgsExtensions
- Inheritance
-
ArchiveFileEventArgsExtensions
Methods
ToArchiveFileHandler(Action<StringReadEventArgs>) |
Helper method that allows to subscribe to ArchiveFileEncountered event via StringReadDone event handler. This applies only when subscriber is OK with greedy reading entire content of the file and is interested only in the individual strings (e.g. for sensitive data redaction purposes), without distinction what each individual string means (e.g. they do not care about distinction between path and content or between individual files - they just need all textual data).
|