Click or drag to resize

ICommenceDatabaseGetImageFieldCount Method

Gets the number of image fields in specified category.

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

Parameters

categoryName
Type: SystemString
Commence category name.

Return Value

Type: Int32
Number of image fields, -1 on error.
See Also