Discuss this help topic in SecureBlackbox Forum
Adds new part to the multipart part.
Declaration
Parameters
- Part - added part
- bMakeCopy - determines if data will be copied at once:
True - data will be copied;
False - data will be cached and then loaded when it is necessary.
- PartIndex - determines place where new part will be added.
0 - new part will be inserted as the first one.
-1 - part will be added as the last one.
Description
Use this method when you want to add one more part to the multipart part.
Discuss this help topic in SecureBlackbox Forum