Removes the file contents from memory
HRESULT ReleaseContents();
ReleaseContents();
Sub ReleaseContents()
After you have used the GetFileContents or WriteContentsTo method you should call the ReleaseContents method to free the memory required by the file contents. Otherwise the contents remain in memory until the CapturedFile object is uncached.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|