Share via


ProjCategory::checkExist Method

Indicates whether the specified record exists in the ProjCategory table and displays a message if the record does not exist.

Syntax

client server public static boolean checkExist(ProjCategoryId category)

Run On

Called

Parameters

Return Value

Type: boolean
true if the specified record exists; otherwise, false.

Remarks

If the category does not exist, a message is written to the InfoLog. The message written to the InfoLog is "Category %1 does not exist." where the category is substituted for the parameter.

See Also

Reference

ProjCategory Table