Represents a Laserfiche repository.

interface IRepository {
    id?: string;
    name?: string;
    webClientUrl?: string;
}

Implemented by

Properties

id?: string

The repository id.

name?: string

The repository name.

webClientUrl?: string

The corresponding repository Web Client url.