Share via


EcoResCategory.existByNameInCategory Method

Indicates whether a record with the specified name is located in the EcoResCategory table.

Syntax

public int64 existByNameInCategory(
   [EcoResCategoryName _ecoResCategoryNameFilter, 
    boolean _activeOnly, 
    boolean _leafOnly, 
    EcoResCategoryLookupParameters _lookupParameters])

Run On

ClientOrServer

Parameters

  • _activeOnly
    Type: boolean
    A Boolean value that indicates whether to retrieve active categories only; optional.
  • _leafOnly
    Type: boolean
    A Boolean value that indicates whether to retrieve leaf categories only; optional.

Return Value

Type: int64
A count of the number of records that match the filter criteria.

See Also

Reference

EcoResCategory Table