Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: string[] FileFiltersToBeMonitoredForChanges

Declaration

string[] FileFiltersToBeMonitoredForChanges

Summary

When implemented in a class, returns a list of file filters (e.g. C:\path\*.*) which Propeller will monitor for changes. Every time a change to any matching file is detected, Propeller reinitializes this module.

Remarks

Propeller invokes this property only once, after calling IPropellerModule.Init(LoggerBase, JsonValue, ISettingsSaver).

It is acceptable to return null in place of an empty collection.