Update library options dto.

UpdateMediaPathRequestDto

interface UpdateMediaPathRequestDto {
    Name: string;
    PathInfo: MediaPathInfo;
}

Properties

Properties

Name: string

Gets or sets the library name.

UpdateMediaPathRequestDto

PathInfo: MediaPathInfo

UpdateMediaPathRequestDto