CxTowerFile
- _name:
cx.tower.file - _description:
Cetmix Tower File - _inherit:
cx.tower.template.mixin,cx.tower.reference.mixin,mail.thread,mail.activity.mixin,cx.tower.key.mixin
Files
Method download
Wrapper function for file download. Use it for custom hooks implementation.
Args: raise_error (bool, optional): Will raise and exception on error if set to 'True'. Defaults to False.
Method upload
Wrapper function for file upload. Use it for custom hooks implementation.
Args: raise_error (bool, optional): Will raise and exception on error if set to 'True'. Defaults to False.
Method delete
Wrapper function for file removal. Use it for custom hooks implementation.
Args: raise_error (bool, optional): Will raise and exception on error if set to 'True'. Defaults to False.