Click or drag to resize

FileProcessorFilterMethod Property

Gets or sets the user-defined method by which to filter files before raising the Processing event.

Namespace:  GSF.IO
Assembly:  GSF.Core (in GSF.Core.dll) Version: 2.3.405-beta
Syntax
public Func<string, bool> FilterMethod { get; set; }
Request Example View Source

Property Value

Type: FuncString, Boolean
See Also