EDIFilename Property

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

Syntax

ANSI (Cross Platform)
char* GetEDIFilename();
int SetEDIFilename(const char* lpszEDIFilename); Unicode (Windows) LPWSTR GetEDIFilename();
INT SetEDIFilename(LPCWSTR lpszEDIFilename);
@property (nonatomic,readwrite,assign,getter=EDIFilename,setter=setEDIFilename:) NSString* EDIFilename;
- (NSString*)EDIFilename;
- (void)setEDIFilename:(NSString*)newEDIFilename;
#define PID_AS2SENDER_EDIFILENAME 34

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_AS2Sender_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_AS2Sender_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 C++ Edition - Version 20.0 [Build 8203]