←Select platform

SaveAttachmentToCache Method

Summary

Saves the specified attachment to the cache.

Syntax
C#
VB
C++
public string SaveAttachmentToCache( 
   SaveAttachmentToCacheOptions options 
) 
Public Function SaveAttachmentToCache( 
   ByVal options As SaveAttachmentToCacheOptions 
) As String 
public:  
   String^ SaveAttachmentToCache( 
      SaveAttachmentToCacheOptions^ options 
   ) 

Parameters

options

Options to identify the attachment to save.

Return Value

ID of the document saved into the cache if successful; otherwise, null.

Remarks

For more information, refer to DocumentFactory.SaveAttachmentToCache and Document Attachments.

Example

For an example, refer to DocumentAttachment and DocumentAttachment.DocumentId.

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.