In Development
Last Updated: 03 Sep 2024 11:17 by ADMIN
Adrian
Created on: 11 Jun 2024 12:14
Category: PdfProcessing
Type: Feature Request
1
PdfProcessing: Handle import of documents with wrong type of action key

Handle import of documents with wrong type of action key.

Once this is completed use the Exceptions Handling mechanism to handle this scenario. For instance:

private void ImportSettings_DocumentUnhandledException(object sender, DocumentUnhandledExceptionEventArgs e)
{
    if (e.Exception is InvalidActionException)
    {
        

 

0 comments