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
8/15/2023 1:19:30 PM