Click or drag to resize
AttachmentHistoryInfoProviderDeleteAttachmentHistory Method (Int32)
Deletes specified attachment history.

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

Parameters

attachmentHistoryId
Type: SystemInt32
ID of attachment history
See Also