Click or drag to resize
AttachmentInfoProviderDeleteAttachments Method (Int32)
Deletes all the attachments of specified document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static void DeleteAttachments(
	int documentId
)

Parameters

documentId
Type: SystemInt32
Document ID
See Also