BaseFeed F, E, Q  FindById Method frevvo Live Forms
Finds the specified entry.

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

public E FindById(
	AtomId id
)

Parameters

id
Type: AtomId
The atom id to look for

Return Value

Type: E
Null if not found, otherwise the entry
See Also