Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

AbortUploadDocument(ObjectCache,Uri) Method






The cache used when uploading this document. This value cannot be null.
The temporary document URL. This must be the same value returned from BeginUpload and cannot be null.
Abort uploading a document from the specified cache and delete all the stored data.
Syntax
public static void AbortUploadDocument( 
   ObjectCache cache,
   Uri uri
)
'Declaration
 
Public Overloads Shared Sub AbortUploadDocument( _
   ByVal cache As ObjectCache, _
   ByVal uri As Uri _
) 
'Usage
 
Dim cache As ObjectCache
Dim uri As Uri
 
DocumentFactory.AbortUploadDocument(cache, uri)
public static void abortUploadDocument(ObjectCache cache, URI uri)
            
public:
static void AbortUploadDocument( 
   ObjectCache^ cache,
   Uri^ uri
) 

Parameters

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.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

DocumentFactory Class
DocumentFactory Members
Overload List

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features