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

Gets name of plugin

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

Syntax

C#
public abstract string Name { get; }
Visual Basic
Public MustOverride ReadOnly Property Name As String
	Get
Visual C++
public:
virtual property String^ Name {
	String^ get () abstract;
}
F#
abstract Name : string
JScript
abstract function get Name () : String

Remarks

If this returns null or an empty string Total Commander uses file name. Do not include nullchars in name, Total Commander will utilize only pert of name before first nullchar.

See Also