Click or drag to resize
MediaLibraryInfoProviderSetMediaLibraryInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified media library.

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

Parameters

mediaLibrary
Type: CMS.MediaLibraryMediaLibraryInfo
MediaLibrary to set
See Also