Function getItemRelatedItemsInSameDirection

  • Gets all of the related items of an AGO item in the specified direction.

    Parameters

    • itemId: string

      Id of an item whose related items are sought

    • direction: "forward" | "reverse"
    • authentication: UserSession

      Credentials for the request to AGO

    Returns Promise<IRelatedItems[]>

    A promise that will resolve with a list of IRelatedItems