Click or drag to resize
MediaLibraryInfoProviderGetMediaLibraryInfo Method (Int32)

Note: This API is now obsolete.

Returns the MediaLibraryInfo structure for the specified media library.

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

Parameters

mediaLibraryId
Type: SystemInt32
MediaLibrary id

Return Value

Type: MediaLibraryInfo
See Also