CreateDirStruct Property

Option to create file management directories.

Syntax

ANSI (Cross Platform)
int GetCreateDirStruct();
int SetCreateDirStruct(int bCreateDirStruct); Unicode (Windows) BOOL GetCreateDirStruct();
INT SetCreateDirStruct(BOOL bCreateDirStruct);
@property (nonatomic,readwrite,assign,getter=createDirStruct,setter=setCreateDirStruct:) BOOL createDirStruct;
- (BOOL)createDirStruct;
- (void)setCreateDirStruct:(BOOL)newCreateDirStruct;
#define PID_AS2PROFILEMGR_CREATEDIRSTRUCT 2

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

Default Value

TRUE

Remarks

Set CreateDirStruct to false if you would like AS2ProfileMgr not to create file management directories. These are created for a trading partner when SaveProfile is invoked.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 C++ Edition - Version 20.0 [Build 8203]