Clones (creates a copy) of an existing document in the cache.
public static LEADDocument CloneDocument(
ObjectCache cache,
string documentId,
CloneDocumentOptions options
)
Public Shared Function CloneDocument(
ByVal cache As ObjectCache,
ByVal documentId As String,
ByVal options As CloneDocumentOptions
) As LEADDocument
public:
static LEADDocument^ CloneDocument(
ObjectCache^ cache,
String^ documentId,
CloneDocumentOptions^ options
)
cache
Cache containing the existing and new document. This value must not be null.
documentId
ID of the document to clone. This value must not be null and must be the ID of an existing document in cache.
options
Options to use during cloning.
A brand new document that is an exact copy of the document referenced by documentId.
This method performs the following:
Loads the document from the cache using LoadFromCache passing cache and documentId.
Calls LEADDocument.Clone on the resulting object and returns the created document.
Refer to LEADDocument.Clone for more information.
Use CloneDocument(ObjectCache,ObjectCache,Uri,CloneDocumentOptions) to clone an uploaded document.
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