Discuss this help topic in SecureBlackbox Forum
A timeout for copy operations.
Declaration
[VB.NET]
Property CopyTimeout As Integer
[Pascal]
property CopyTimeout : integer;
[C++]
int32_t get_CopyTimeout();
void set_CopyTimeout(int32_t Value);
[PHP]
integer get_CopyTimeout()
void set_CopyTimeout(integer $Value)
[Java]
int getCopyTimeout();
void setCopyTimeout(int Value);
Description
Use this property to set copy timeout, in seconds, for file copy operations.
The default value is 30,000.
Discuss this help topic in SecureBlackbox Forum