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

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

Syntax

C#
public bool IsInUserDefinedSearchPath(
	IAddonFactory factory,
	string dir
)

Parameters

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

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

dir
Type: System..::..String

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

Return Value

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

See Also