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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void DeleteFilesInternal(
	int objectId,
	string objectType,
	string category
)

Parameters

objectId
Type: SystemInt32
Object id
objectType
Type: SystemString
Meta files type
category
Type: SystemString
Category
See Also