Determines whether a node info with given key already exists.

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

Syntax

C#
bool ContainsKey(
	string name,
	string category,
	string version,
	string filename
)

Parameters

name
Type: System..::..String
The name.
category
Type: System..::..String
The category.
version
Type: System..::..String
The version.
filename
Type: System..::..String
The filename.

Return Value

True if node info with given key already exists, otherwise false.

See Also