Discuss this help topic in SecureBlackbox Forum
Creates a copy of the data object.
Declaration
Parameters
- AcquireObject - set this parameter to False to free the new copy; returns nil/null/Nothing in this case.
- DestPath - specifies where the object should be copied.
- NewHandler - security handler used to perform the operation.
- Obj - the object to be copied.
- SourcePath - path to the object to be copied.
Return value
Returns an instance of TElCustomDataStorageObject that contains a copy of the object.
Description
Use this method to copy data objects in the remote storage.
Discuss this help topic in SecureBlackbox Forum