Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Overview

Deletes the document

Document myDocument.Delete()

Deletes the document

Document myDocument.Delete(realDelete: boolean)

Arguments

boolean realDelete
set true to completely remove document from database

Remarks

If real parameter is not specified or set to "false" state is changed to "Deleted".

If real parameter is set to "true" or document is already in "Deleted" state document permanently deleted from archive.

  • No labels