Click or drag to resize
ResourceLibraryInfoProviderDeleteResourceLibraryInfo Method (Int32)

Note: This API is now obsolete.

Deletes ResourceLibraryInfo with specified ID.

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(
	int id
)

Parameters

id
Type: SystemInt32
ResourceLibraryInfo ID
See Also