gljakal's ToDo - Plugin developer's reference

PluginBase.getPluginName Method 

[This is preliminary documentation and subject to change.]

Returns the plugin name

public virtual string getPluginName();

Return Value

Plugin name

Remarks

The plugin name is only used to display an user friedly description in the Plugins window. If you don't override this function, the user will simply see "default plugin"

See Also

PluginBase Class | ToDo.Plugin Namespace