 | 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
Syntaxstring GetConnectedItemNames(
string categoryName,
string itemName,
string connectionName,
string connCategory,
string delim = null
)
Function GetConnectedItemNames (
categoryName As String,
itemName As String,
connectionName As String,
connCategory As String,
Optional delim As String = Nothing
) As String
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:
StringConnected item names, "(none)" if no connected items.
See Also