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: 10.0.0
Syntax
C#
protected virtual bool DeleteFilesInternal(
	int objectId,
	string objectType,
	string category
)

Parameters

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

Return Value

Type: Boolean
See Also