Functions on folders
String.FindFolder→Folder object
Result: The FindFolder
function returns a folder that is searched for in the database based on its name and type. The search string parameter has the format: Type:Name or Type:Name:Zone name. The zone name is the name of the object zone in which the corresponding object is located. The typing of variables as "folder" creates an input element that complies with exactly this format for folders.
Beispiele
Example 1: "Owner:Mustermann".FindFolder
Example 2: Search for owner "Mustermann" in the (public) zone "Test zone": "Owner:Sample:Test-Zone".FindFolder
Folder.FolderItems
[Recursive]→List(Object)
Recursive (Boolean).
Result: The FolderItems
function returns the contents of a folder as a list of objects. In "Recursive" mode, the elements of similar folders contained in the folder are also resolved and delivered. For example, the function generates a portfolio list for a group of groups of portfolios.
Folder.name→String
or
Folder.name→String
Result: The Name
and Designation
functions each provide the name of the folder.
Folder.folder→Folder
Result: The Folder
function returns the folder itself.
Folder.WP→List
(Security)
Result: The WP
function provides a list of all securities in the folder itself and in all its subfolders. Duplicate securities are only included once in the list. Security references are represented internally by a key that has several components. For example, ISIN and security ID for securities or the MMWKN for price quotations. The MM-Talk function WP
returns the security for such a key, but also attempts to search for securities by security names that are not necessarily unique if the parameter does not have a corresponding key format.