Implements

Constructors

Properties

jsonParseReviver: undefined | ((key: string, value: any) => any) = undefined

Methods

  • Returns the repository resource list that current user has access to given the API server base URL. Only available in Laserfiche Self-Hosted.

    Parameters

    • args: {
          baseUrl: string;
      }
      • baseUrl: string

        API server base URL e.g., https://{APIServerName}/LFRepositoryAPI

    Returns Promise<RepositoryInfo[]>

    Get the repository resource list successfully.