AddFolder(FolderName: String): IMsCalculationChainFolder;
AddFolder(FolderName: string): Prognoz.Platform.Interop.Ms.IMsCalculationChainFolder;
FolderName. The folder name that must be added.
The AddFolder method adds a folder to metamodel calculation chain and returns its contents.
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: