Click or drag to resize
ResourceLibraryInfoProviderDeleteResourceLibraryInfo Method (ResourceLibraryInfo)
Deletes specified ResourceLibraryInfo.

Namespace: CMS
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public static void DeleteResourceLibraryInfo(
	ResourceLibraryInfo infoObj
)

Parameters

infoObj
Type: CMSResourceLibraryInfo
ResourceLibraryInfo to be deleted
See Also