DeleteOldRDN Property

Controls whether the old RDN (Relative Distinguished Name) should be deleted.

Syntax

ANSI (Cross Platform)
int GetDeleteOldRDN();
int SetDeleteOldRDN(int bDeleteOldRDN); Unicode (Windows) BOOL GetDeleteOldRDN();
INT SetDeleteOldRDN(BOOL bDeleteOldRDN);
@property (nonatomic,readwrite,assign,getter=deleteOldRDN,setter=setDeleteOldRDN:) BOOL deleteOldRDN;
- (BOOL)deleteOldRDN;
- (void)setDeleteOldRDN:(BOOL)newDeleteOldRDN;
#define PID_LDAP_DELETEOLDRDN 8

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_LDAP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_LDAP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

TRUE

Remarks

This property controls whether the old Relative Distinguished Name (RDN) should be deleted. It is used when ModifyRDN is called. The default value is True, which instructs the server to delete the old RDN.

This property is not available at design time.

Data Type

Boolean

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