[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.PluginBuilder
Assembly: TCPluginBuilder (in TCPluginBuilder.exe) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public PluginType Filer { get; set; }
Visual Basic
Public Property Filer As PluginType
	Get
	Set
Visual C++
public:
property PluginType Filer {
	PluginType get ();
	void set (PluginType value);
}
F#
member Filer : PluginType with get, set
JScript
function get Filer () : PluginType
function set Filer (value : PluginType)

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