Click or drag to resize
MetaFileInfoProviderDeleteFiles 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: SystemInt32
Object ID
objectType
Type: SystemString
Object type
category
Type: SystemString
Meta files category
See Also