• Returns a list of items in a deployed Solution that would be deleted by the deleteSolution function; list does not include the Solution folder, Solution items that are shared with any item other than the deployed Solution, or the Solution item itself.

    Parameters

    • solutionItemId: string

      Id of a deployed Solution

    • authentication: UserSession

      Credentials for the request

    Returns Promise<ISolutionPrecis>

    Promise resolving to the list of items in the solution that would be deleted.