Home > @i2analyze/i2connect > services > IResult > addLinkFromSeed
services.IResult.addLinkFromSeed() method
Adds a link record that was passed to the service as a seed to the result.
Signature:
addLinkFromSeed(seed: records.ISeedLinkRecord): records.ISeededResultLinkRecord;
Introduced: API version 1.0
Parameters
Parameter | Type | Description |
---|---|---|
seed | records.ISeedLinkRecord | The link record that was passed to the service method as a seed. |
Returns:
records.ISeededResultLinkRecord
The link record that was added to the result.