Click or drag to resize
ContentLinkMediaSelectorDeleteAttachment Method
Deletes the attachment

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected void DeleteAttachment(
	TreeNode node,
	Guid attachmentGuid
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document
attachmentGuid
Type: SystemGuid
Attachment GUID
See Also