@jellyfin/sdk
    Preparing search index...

    Interface ValidatePathDto

    Validate path object.

    ValidatePathDto

    interface ValidatePathDto {
        IsFile?: boolean | null;
        Path?: string | null;
        ValidateWritable?: boolean;
    }
    Index

    Properties

    IsFile?: boolean | null

    Gets or sets is path file.

    ValidatePathDto

    Path?: string | null

    Gets or sets the path.

    ValidatePathDto

    ValidateWritable?: boolean

    Gets or sets a value indicating whether validate if path is writable.

    ValidatePathDto