←Select platform

PostUploadOperations Property

Summary

Optional post-upload operations to perform on the document data.

Syntax
C#
VB
C++
public Dictionary<string, string> PostUploadOperations {get;} 
Public ReadOnly Property PostUploadOperations() As Dictionary(Of String, String) 
   Get 
public:  
   property Dictionary<String^, String^>^ PostUploadOperations 
   { 
      Dictionary<String^, String^>^ get() 
   } 

Property Value

Dictionary containing the optional post upload operations and their settings to perform on the document data. The default value is an empty dictionary.

Remarks

Refer to Uploading Using the Document Library for more information.

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.