Click or drag to resize
ResourceInfoProviderDeleteResourceInfo Method (Int32)

Note: This API is now obsolete.

Delete specified resource.

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

Parameters

resourceId
Type: SystemInt32
Resource ID
See Also