Click or drag to resize
MediaLibraryInfoProviderGetMediaLibraries Method

Note: This API is now obsolete.

Returns the query for all media libraries.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IMediaLibraryInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - MediaLibraryInfo.Provider.")]
public static ObjectQuery<MediaLibraryInfo> GetMediaLibraries()

Return Value

Type: ObjectQueryMediaLibraryInfo
See Also