Click or drag to resize

ICommenceDatabaseGetConnectedItemNames Method (String, String, String, String, String)

Returns the list of items in category that named item is connected to. The order of the items in the list is arbitrary (i.e., not sorted).

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
string GetConnectedItemNames(
	string categoryName,
	string itemName,
	string connectionName,
	string connCategory,
	string delim = null
)

Parameters

categoryName
Type: SystemString
Commence category containing item.
itemName
Type: SystemString
Commence item name to retrieve connected names from.
connectionName
Type: SystemString
Commence connection name (case-sensitive).
connCategory
Type: SystemString
Commence connected category.
delim (Optional)
Type: SystemString
Delimiter, up to 8 chars.

Return Value

Type: String
Connected item names, "(none)" if no connected items.
See Also