Returns a Document Manager Path excluding the trailing backslash character.

This will return a different value depending on whether the Global Setting to use a finPOWER 5 Compatible Folder Structure is set. Characters that are invalid in a Windows Explorer Folder name will be replaced with their ASCII equivalent.

Syntax

finDocumentManagerFunctions.GetDocumentManagerFolder(itemType, itemId, [obsoleted_subType], [createFolder], [baseFolder])

Parameters

NameTypeOptionalByRefDescription
itemType String The Item Type. Valid Item Types are: Account, Client, Mailbox, SecurityStmt, SecurityStmtItem (or SecurityItem), User.
itemId String The Item Id. If this is a blank String then a special Bulk folder will be returned.
obsoleted_subType String Optional OBSOLETE. The Item Sub-Type. If Item Type is Account then this should be either "Loan" or "Deposit". This will only be used if a finPOWER 5 Compatible Folder Structure is being used.
createFolder Boolean Optional Indicates whether to create the folder if it doesn't exist. If omitted, a value of True is assumed.
baseFolder String Optional System use only.

Return Value

String

A String value.

Member of:
finDocumentManagerFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0