Click or drag to resize
ResourceLibraryInfoProviderDeleteResourceLibraryInfo Method (ResourceLibraryInfo)

Note: This API is now obsolete.

Deletes specified ResourceLibraryInfo.

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

Parameters

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