Share via


ProjTable::like Method

Determines whether there are any projects with project IDs that resemble the project ID that is passed in as a parameter.

Syntax

client server public static boolean like(ProjId _projId, [ProjId _projIdOrig])

Run On

Called

Parameters

  • _projIdOrig
    Type: ProjId Extended Data Type
    The original project ID of the project that should not be included in the result; optional.

Return Value

Type: boolean
true if the projects exist; otherwise, false.

See Also

Reference

ProjTable Table