Defines the MediaBrowser.Model.Dlna.ContainerProfile.

ContainerProfile

interface ContainerProfile {
    Conditions?: ProfileCondition[];
    Container?: null | string;
    SubContainer?: null | string;
    Type?: DlnaProfileType;
}

Properties

Conditions?: ProfileCondition[]

Gets or sets the list of MediaBrowser.Model.Dlna.ProfileCondition which this container will be applied to.

ContainerProfile

Container?: null | string

Gets or sets the container(s) which this container must meet.

ContainerProfile

SubContainer?: null | string

Gets or sets the sub container(s) which this container must meet.

ContainerProfile

ContainerProfile