Abort uploading a document from the specified cache and delete all the stored data.
public static void AbortUploadDocument(
ObjectCache cache,
Uri uri
)
Public Shared Sub AbortUploadDocument(
ByVal cache As ObjectCache,
ByVal uri As System.Uri
)
public:
static void AbortUploadDocument(
ObjectCache^ cache,
System::Uri^ uri
)
cache
The cache used when uploading this document. This value cannot be null.
uri
The temporary document URL. This must be the same value returned from BeginUpload and cannot be
null.
BeginUpload, UploadDocument and AbortUploadDocument can be used to upload a document in chunks to the cache used by this DocumentFactory. After the document is uploaded, you can use LoadFromUri to create a Document object from the data.
Refer to Uploading Using the Documents Library for detailed information on how to use these methods and the various options used.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET