Finish uploading a document to the cache.
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
)
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.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document