Click or drag to resize
ResourceLibraryInfoProviderSetResourceLibraryInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified ResourceLibraryInfo after verifying it is valid.

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

Parameters

infoObj
Type: CMS.ModulesResourceLibraryInfo
ResourceLibraryInfo to be set
See Also