Customizer's Guide > Working with Arbortext Import/Export > Arbortext Import/Export-Related ACL Functions
  
Arbortext Import/Export-Related ACL Functions
Hooks
The following four hooks are available as client-side and server-side pre-import, post-import, pre-export, and post-export hooks:
postexporthook
postimporthook
preexporthook
preimporthook
Their presence and execution depends on which ACL initialization files create the hooks.
The following sample file describes the initialization process for client-side and server-side hooks at the top of the file. If hooks are initialized in both places then unique operations can happen in any one of eight hook implementations.
Arbortext-path\samples\importexport\importexport_hooks.acl
Syntax and use of each of these hooks is documented in the Hooks section of the Arbortext Editor online help.