Table of Contents

Interface IMediaFileInfoProvider

Namespace
CMS.MediaLibrary
Assembly
CMS.MediaLibrary.dll

Declares members for MediaFileInfo management.

[Obsolete("Media libraries and their APIs are obsolete and will be discontinued in the future. Please migrate all media library files to Content hub and use their corresponding content item APIs.Use CMS.DataEngine.IInfoProvider<MediaFileInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<MediaFileInfo>.Instance property.")]
public interface IMediaFileInfoProvider : IInfoProvider<MediaFileInfo>, IInfoByIdProvider<MediaFileInfo>, IInfoByGuidProvider<MediaFileInfo>
Inherited Members
Extension Methods