[This is preliminary documentation and is subject to change.]
Gets or sets plugin type filter. Only plugins of types according to given OR-mask will be generated.
Namespace: Tools.TotalCommanderT.PluginBuilderAssembly: TCPluginBuilder (in TCPluginBuilder.exe) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| Visual Basic |
|---|
Public Property Filer As PluginType
Get
Set |
Field Value
Set plugin types to generate plugins for. By default all the plugin types are generated.
Return Value
OR-ed values of
PluginType type indicating which plugin types are generated
See Also