Click or drag to resize

ICommenceDatabaseGetFormCount Method

Gets the number of Item Detail Forms for the specified category.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
int GetFormCount(
	string categoryName
)

Parameters

categoryName
Type: SystemString
Commence category name.

Return Value

Type: Int32
Number of Item Detail Forms, -1 on error.
See Also