SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

MoveToRename Property

Enables move-to-rename operation handling mode.

Syntax

ANSI (Cross Platform)
int GetMoveToRename();
int SetMoveToRename(int bMoveToRename); Unicode (Windows) BOOL GetMoveToRename();
INT SetMoveToRename(BOOL bMoveToRename);
@property (nonatomic,readwrite,assign,getter=moveToRename,setter=setMoveToRename:) BOOL moveToRename;
- (BOOL)moveToRename;
- (void)setMoveToRename:(BOOL)newMoveToRename;
#define PID_WEBDAVCLIENT_MOVETORENAME 69

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_WebDAVClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_WebDAVClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

TRUE

Remarks

Use this property to enable or disable move-to-rename mode.

Data Type

Boolean

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