 | ICommenceDatabaseGetItemNames Method (String, String) |
Gets the item names for the specified category
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxstring GetItemNames(
string categoryName,
string delim = null
)
Function GetItemNames (
categoryName As String,
Optional delim As String = Nothing
) As String
Parameters
- categoryName
- Type: SystemString
Commence category name. - delim (Optional)
- Type: SystemString
Delimiter, up to 8 chars.
Return Value
Type:
StringString containing the item names delimited by delim or CR/LF if not supplied.
RemarksUse clarified Itemnames whenever you can.
See Also