IMsCalculationChainEntries.AddFolder

Fore Syntax

AddFolder(FolderName: String): IMsCalculationChainFolder;

Fore.NET Syntax

AddFolder(FolderName: string): Prognoz.Platform.Interop.Ms.IMsCalculationChainFolder;

Parameters

FolderName. The folder name that is need to be added.

Description

The AddFolder method adds a folder to calculation chain of metamodel and returns its content.

Comments

Use the IMsCalculationChainEntries.Remove or IMsCalculationChainEntries.RemoveByKey method to remove the folder from calculation chain.

Fore and Fore.NET Examples

The property is given in the example for IMsCalculationChainGroup.CalculationType.

See also:

IMsCalculationChainEntries