AddFolder(FolderName: String): IMsCalculationChainFolder;
AddFolder(FolderName: string): Prognoz.Platform.Interop.Ms.IMsCalculationChainFolder;
FolderName. The folder name that is need to be added.
The AddFolder method adds a folder to calculation chain of metamodel and returns its content.
Use the IMsCalculationChainEntries.Remove or IMsCalculationChainEntries.RemoveByKey method to remove the folder from calculation chain.
The property is given in the example for IMsCalculationChainGroup.CalculationType.
See also: