Home > @i2analyze/i2connect > services > IResult > getEntityFromSeed
services.IResult.getEntityFromSeed() method
Gets a previously added entity record from the result, based on an entity record that was passed to the service as a seed.
Signature:
getEntityFromSeed(seed: records.ISeedEntityRecord): records.ISeededResultEntityRecord | undefined;
Introduced: API version 2.0
Parameters
Parameter | Type | Description |
---|---|---|
seed | records.ISeedEntityRecord | The entity record that was passed to the service method as a seed. |
Returns:
records.ISeededResultEntityRecord | undefined
The entity record that was previously added to the result, or undefined
if it was not previously added.