ProjCategory::name Method
Returns the category name for the category ID value provided.
Syntax
client server public static Name name(ProjCategoryId category)
Run On
Called
Parameters
- category
Type: ProjCategoryId Extended Data Type
The category ID value.
Return Value
Type: Name Extended Data Type
The Name field from the ProjCategory table for the category ID provided.
Remarks
No validation of the category ID value is provided by this method.