XferClearAllFiles Method

Navigation:  Reference Guide > File Transfer > Methods >

XferClearAllFiles Method

Previous pageReturn to chapter overviewNext page

Clears file name information in MegaPipe memory on the upload side.

[Visual Basic .NET]

Public Sub XferClearAllFiles()

[C#]

public void XferClearAllFiles();

 

Remarks

Call this API before you call XferAddFile() API.

 

 

See Also

XferAddFile Method