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
- _ecoResCategoryNameFilter
Type: EcoResCategoryName Extended Data Type
The category name filter expression to use to filter the records.
- _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.
- _lookupParameters
Type: EcoResCategoryLookupParameters Class
Return Value
Type: int64
A count of the number of records that match the filter criteria.