Click or drag to resize

pluginStackCollectionInstallTo Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Installs plugins from stack to the collection

Namespace:  imbWEM.Core.plugins.collections
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public int InstallTo(
	IAPlugInCollectionBase collection,
	plugInGroupEnum group,
	bool removeFromStack = true
)

Parameters

collection
Type: imbWEM.Core.plugins.collectionsIAPlugInCollectionBase
The collection.
group
Type: imbWEM.Core.plugins.coreplugInGroupEnum
The group.
removeFromStack (Optional)
Type: SystemBoolean

[Missing <param name="removeFromStack"/> documentation for "M:imbWEM.Core.plugins.collections.pluginStackCollection.InstallTo(imbWEM.Core.plugins.collections.IAPlugInCollectionBase,imbWEM.Core.plugins.core.plugInGroupEnum,System.Boolean)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:imbWEM.Core.plugins.collections.pluginStackCollection.InstallTo(imbWEM.Core.plugins.collections.IAPlugInCollectionBase,imbWEM.Core.plugins.core.plugInGroupEnum,System.Boolean)"]

See Also