Click or drag to resize

CommenceDatabaseViewItemCount Method

Returns the number of items that satisfy the currently defined filter (if any). If no filter is defined, this request returns the total number of items in the category

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public int ViewItemCount()

Return Value

Type: Int32
Item count.

Implements

ICommenceDatabaseViewItemCount
See Also