DocumentHelperDeleteAttachment Method (TreeNode, Guid) |
Deletes attachment from the given document node, including versioning consideration.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static void DeleteAttachment(
TreeNode node,
Guid attachmentGuid
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Document node - attachmentGuid
- Type: SystemGuid
Attachment GUID
Exceptions Exception | Condition |
---|
InvalidOperationException | Deleting of attachment variants is not supported. Use AttachmentInfoProvider or AttachmentHistoryInfoProvider to handle attachment variants. |
See Also