EntityFind Method (String, Boolean) |
Find and return first occurance of a child entity with a given identifier.
Namespace:
GeonBit.UI.Entities
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Entity Find(
string identifier,
bool recursive = false
)
Parameters
- identifier
- Type: SystemString
Identifier to find. - recursive (Optional)
- Type: SystemBoolean
If true, will search recursively in children of children. If false, will search only in direct children.
Return Value
Type:
EntityFirst found entity with given identifier, or null if nothing found.
See Also