C. Features Introduced in OpenROAD 5.1 : New Features : ProcExec Attributes : Changes to Existing Features : Changes to Methods : AppSource.ExportApp Method
 
Share this page                  
AppSource.ExportApp Method
The AppSource.ExportApp method has three new parameters:
appsourceonly
Specifies that only application source information will be exported; no information about contained components will be included in the output
format
Specifies the format of the export file. Valid values are:
XF_EXP – Specifies the current export file format
XF_XML – Specifies XML export file format
XF_DEFAULT (default) – Specifies the export format specified by the environment variable II_W4GL_EXPORT_FORMAT
metadata
Specifies that metadata attributes for applications should be included in the output (AlterDate, AlterBy, CreateDate, Creator). To specify this parameter, format must be set to XF_XML.