{{tag>Index Programmers_Reference Methods IExecutionEngine_Interface exportEntities}} ====exportEntities (IProcess, IEntity [], String, ExportOptions)==== public void exportEntities (IProcessparent, IEntity [] entsToExport, String exportFileName, ExportOptions options) throws AccessDeniedException, ExecutionException; This method exports the specified instances of the specified business object into the specified file (see also [[docs:2000_concepts:0900_prod_feats:0600_export_import|Export and Import]]). ===Parameters=== |''entsToExport''|the instances of the business objects to be exported| |''exportFileName''|the full path to the file to export to | |''options''|the export options (whether to export ID's, relationships, binary attributes etc)|