Click or drag to resize

ICommenceDatabaseGetConnectedItemNames Method (String, String, String, String)

Gets a list of items connected to the specified item.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
List<string> GetConnectedItemNames(
	string categoryName,
	string itemName,
	string connectionName,
	string connCategory
)

Parameters

categoryName
Type: SystemString
Commence categoryname.
itemName
Type: SystemString
Itemname.
connectionName
Type: SystemString
Connection name (case-sensitive).
connCategory
Type: SystemString
Connected categoryname.

Return Value

Type: ListString
List of connected items.
Remarks
This method is only available to .Net consumers.
See Also