Click or drag to resize
ResourceLibraryInfoProviderSetInfo Method
Saves given info object to Database after verifying it is valid.

Namespace: CMS
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
protected override void SetInfo(
	ResourceLibraryInfo info
)

Parameters

info
Type: CMSResourceLibraryInfo
Info object to be saved to DB
See Also