Skip to content

MediaFileService<T> class

Allows working with MediaFile entities.

public class MediaFileService<T> : CompanyServiceBase<T>
    where T : MediaFile

Public Members

name description
MediaFileService() The default constructor.
override Add(…) Not supported.
override Delete(…) Not supported.
DeleteAll(…) Requests bulk deletion of all MediaFile instances. Use with caution.
override Distinct(…) Not supported.
override Get(…) Not supported.
GetAllAsArchive(…) Downloads all available MediaFile as a compressed archive.
override List(…) Not supported.
override NewInstance(…) Not supported.
override Update(…) Not supported.

See Also