[This is preliminary documentation and is subject to change.]

Gets default parameters of the plugin

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected DefaultParams PluginParams { get; }
Visual Basic
Protected ReadOnly Property PluginParams As DefaultParams
	Get
Visual C++
protected:
property DefaultParams PluginParams {
	DefaultParams get ();
}
F#
member PluginParams : DefaultParams
JScript
function get PluginParams () : DefaultParams

Return Value

Default parameters of the plugin

Remarks

Value of this property is only valid after the SetDefaultParams(DefaultParams) method was called

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionProperty have not been initialized yet. This property can be initialized by calling SetDefaultParams(DefaultParams)

See Also