←Select platform

EndUpload Method

Summary

Finish uploading a document to the cache.

Syntax
C#
VB
C++
public static void EndUpload( 
   ObjectCache cache, 
   Uri uri 
) 
Public Shared Sub EndUpload( 
   ByVal cache As ObjectCache, 
   ByVal uri As Uri 
) 
public:  
   static void EndUpload( 
      ObjectCache^ cache, 
      Uri^ uri 
   ) 

Parameters

cache

The cache used when uploading this document. This value cannot be null.

uri

The temporary document URI. This must be the same value returned from BeginUpload and cannot be null.

Remarks

When uploading is finished, EndUpload must be called to inform the factory that the uploading process has finished.

Refer to Uploading Using the Document Library for detailed information on how to use these methods and the various options used.

Example

For an example, refer to BeginUpload.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.