Click or drag to resize
MetaFileInfoProvider.DeleteFiles Method (Int32, String, String)
Deletes all files associated with the given object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static void DeleteFiles(
	int objectId,
	string objectType,
	string category
)

Parameters

objectId
Type: System.Int32
Object ID
objectType
Type: System.String
Object type
category
Type: System.String
Meta files category
See Also