Media Path dto.

MediaPathDto

interface MediaPathDto {
    Name: string;
    Path?: null | string;
    PathInfo?: MediaPathInfo;
}

Properties

Properties

Name: string

Gets or sets the name of the library.

MediaPathDto

Path?: null | string

Gets or sets the path to add.

MediaPathDto

PathInfo?: MediaPathInfo

MediaPathDto