Click or drag to resize
AttachmentInfoProviderDeleteAttachments Method (IWhereCondition)
Deletes the attachments.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected static void DeleteAttachments(
	IWhereCondition where
)

Parameters

where
Type: CMS.DataEngineIWhereCondition
Where condition
See Also