Click or drag to resize

DocumentItemClearAttachments Method

Clears the attachments assigned to this document.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public void ClearAttachments(
	bool forceUpdateParent = true
)

Parameters

forceUpdateParent  Boolean  (Optional)
When set to true the Parent reference on any attachment will be set to null; otherwise, the reference will remain.
See Also