Click or drag to resize
MetaFileInfoProviderDeleteFiles Method (GeneralizedInfo, String)
Deletes all files associated to the given object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static void DeleteFiles(
	GeneralizedInfo infoObject,
	string category
)

Parameters

infoObject
Type: CMS.DataEngineGeneralizedInfo
Info object
category
Type: SystemString
Meta files category
See Also