 | ICommenceDatabaseGetCategoryNames Method (String) |
Gets a list of category names.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxstring GetCategoryNames(
string delim = null
)
Function GetCategoryNames (
Optional delim As String = Nothing
) As String
Parameters
- delim (Optional)
- Type: SystemString
Delimiter, up to 8 chars.
Return Value
Type:
StringString containing the category names separated by delim, delim defaults to CR/LF.
See Also