i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > services > IResult > getLinkFromSeed

    services.IResult.getLinkFromSeed() method

    Gets a previously added link record from the result, based on a link record that was passed to the service as a seed.

    Signature:

    getLinkFromSeed(seed: records.ISeedLinkRecord): records.ISeededResultLinkRecord | undefined;
    

    Introduced: API version 2.0

    Parameters

    Parameter Type Description
    seed records.ISeedLinkRecord The link record that was passed to the service method as a seed.

    Returns:

    records.ISeededResultLinkRecord | undefined

    The link record that was previously added to the result, or undefined if it was not previously added.

    In this article
    Back to top © N. Harris Computer Corporation