Click or drag to resize

ICommenceDatabaseGetFormNames Method (String, String)

Gets the Item detail Form names for the specified category

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
string GetFormNames(
	string categoryName,
	string delim = null
)

Parameters

categoryName
Type: SystemString
Commence category name.
delim (Optional)
Type: SystemString
Delimiter, up to 8 chars.

Return Value

Type: String
String containing the Item Detail Form names delimited by delim, or CR/LF if not supplied.
See Also