Skip to end of banner
Go to start of banner

deleteAttachmentVersion

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 5 Current »

Description

Deletes the attachment version.

Parameters

Return Type

Boolean (true/false)

Returns "true" if the attachment version was deleted successfully and "false" otherwise. If returned "false" check the log for a detailed reason on why it failed.

Examples

Example 1

return deleteAttachmentVersion(12365, "attachment.ext", 2);

Example 2

return deleteAttachmentVersion(12365, 3);

See also

  • No labels