[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.NodeCollection.Add(System.String,System.String,VVVV.PluginInterfaces.V2.IAddonFactory,System.Boolean,System.Boolean)"]

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public void Add(
	string nodelist,
	string path,
	IAddonFactory factory,
	bool recursive,
	bool isuserdefined
)

Parameters

nodelist
Type: System..::..String

[Missing <param name="nodelist"/> documentation for "M:VVVV.PluginInterfaces.V2.NodeCollection.Add(System.String,System.String,VVVV.PluginInterfaces.V2.IAddonFactory,System.Boolean,System.Boolean)"]

path
Type: System..::..String

[Missing <param name="path"/> documentation for "M:VVVV.PluginInterfaces.V2.NodeCollection.Add(System.String,System.String,VVVV.PluginInterfaces.V2.IAddonFactory,System.Boolean,System.Boolean)"]

factory
Type: VVVV.PluginInterfaces.V2..::..IAddonFactory

[Missing <param name="factory"/> documentation for "M:VVVV.PluginInterfaces.V2.NodeCollection.Add(System.String,System.String,VVVV.PluginInterfaces.V2.IAddonFactory,System.Boolean,System.Boolean)"]

recursive
Type: System..::..Boolean

[Missing <param name="recursive"/> documentation for "M:VVVV.PluginInterfaces.V2.NodeCollection.Add(System.String,System.String,VVVV.PluginInterfaces.V2.IAddonFactory,System.Boolean,System.Boolean)"]

isuserdefined
Type: System..::..Boolean

[Missing <param name="isuserdefined"/> documentation for "M:VVVV.PluginInterfaces.V2.NodeCollection.Add(System.String,System.String,VVVV.PluginInterfaces.V2.IAddonFactory,System.Boolean,System.Boolean)"]

See Also