Click or drag to resize

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
Syntax
string GetCategoryNames(
	string delim = null
)

Parameters

delim (Optional)
Type: SystemString
Delimiter, up to 8 chars.

Return Value

Type: String
String containing the category names separated by delim, delim defaults to CR/LF.
See Also