ISharedAdhocPlugins.FindById

Syntax

FindById(Id: String): ISharedAdhocPlugin;

Parameters

Id. Identifier of the plugin to find.

Description

The FindById method finds the plugin by its identifier.

Comments

If the plugin with the specified identifier is not found, the method returns Null.

See also:

ISharedAdhocPlugins