FNP8_SetDestinationFolder
Sets the destination folder for the documents to be uploaded.
Syntax
bool FNP8_SetDestinationFolder(StrParam)
Parameters
The path to the destination FileNet P8 folder in the selected Object Store where documents are to be uploaded. For example: \1040EZ\. The default value is the root folder of the specified target object. Smart parameters are supported.Attention: The trailing backslash is optional.
Subfolders of the root folder do not need to have a trailing backslash
after the name. In some cases, a main folder of the object store requires
a trailing backslash, if the object store is configured for it.
Returns
False, if DC_P8_Server.dll was not successfully installed on this computer, or either parameter value is missing or not a string. Otherwise, True.Level
All levels.Details
Sets the destination folder for the documents to be uploaded. See also FNP8_CreateFolder.Note: This
setting can be changed by a subsequent FNP8_CreateFolder action. If
you call it with the folder name Unfiled Documents that
is not case-sensitive, it uploads to the FileNet® special Unfiled
Documents folder.
- Example
FNP8_SetDestinationFolder("/1040EZ/")