AddNew Method of the HotFolderProfiles Object

This method adds a hot folder profile with the specified name at the end of the collection.

Syntax

Visual Basic .NET

Function AddNew( _
  Name As String, _
  Folder As String _
) As HotFolderProfile
    

C++

HRESULT AddNew(
  BSTR                Name,
  BSTR                Folder,
  IHotFolderProfile** Result
);
    

Parameters

Name
[in] This variable contains the name of the profile.
Folder
[in] This variable specifies the path to the hot folder.
Result
[out, retval] A pointer to the IHotFolderProfile* variable that receives the interface pointer for the added profile.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.

See also

HotFolderProfiles

15.08.2023 13:19:30

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.