Click or drag to resize

ItemgetItemCount Method

Returns the number of items that the instance represents.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public int getItemCount()

Return Value

Type: Int32
  • '0' if the item is an error with error code 0 (No Items Found).
  • '-1' if the item is an error of any other type
  • N (where N is a positive integer for number of items that the instance represents) if the item is not an error
See Also