Description:

Retrieves an object based on ID. You should prefer ID search over Index search.

Syntax:
T FindId(
Guid id
)
protected
Parameters:
  • id
  • Type: System.Guid
  • The id to search for.
Returns:
Type: T
A model component, or None if none was found.

Nothing found