DocumentItemClearAttachments Method |  |
Clears the attachments assigned to this document.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic 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