Click or drag to resize
MediaLibraryInfoProviderSetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 12.0.0
Syntax
C#
protected override void SetInfo(
	MediaLibraryInfo info
)

Parameters

info
Type: CMS.MediaLibraryMediaLibraryInfo
Object to insert / update
See Also