EDI Integrator 2016 PHP Edition
EDI Integrator 2016 PHP Edition
Questions / Feedback?

EDIFilename Property

In a sender, if Filename is specified, the file specified will be used for the EDI payload of the transmission.

Object Oriented Interface

public function getEDIFilename();
public function setEDIFilename($value);

Procedural Interface

inedi_as2sender_get($res, 34 );
inedi_as2sender_set($res, 34, $value );

Default Value

''

Remarks

In a sender, if EDIFilename is specified, the file specified will be used for the EDI payload of the transmission. EDIName will be populated with the name of the file.

In a receiver, when IncomingDirectory is set, this will be populated with the absolute path of the file which contains the processed message contents.

Note: When EDIOutputStream is set, the data will be written to the stream and this property will not be populated.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 PHP Edition - Version 16.0 [Build 7240]