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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual void DeleteFilesInternal(
	GeneralizedInfo infoObject,
	string category
)

Parameters

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