Table of Contents

Interface IMediaFiles

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

A list of media files.

public interface IMediaFiles

Properties

MediaFiles

Gets or sets the list of MediaFile.

IList<MediaFile>? MediaFiles { get; set; }

Property Value

IList<MediaFile>

MediaFile