IMetabaseDialog.Root

Fore Syntax

Root: IMetabaseObjectDescriptor;

Fore.NET Syntax

Root: Prognoz.Platform.Interop.Metabase.IMetabaseObjectDescriptor;

Description

The Root property determines a root catalog for a dialog.

Comments

A root catalog is a repository folder, above which the contents viewing is unavailable. By default a root folder of the current repository is a root catalogue for a dialog.

Example

The example of use is given in description of the IMetabaseDialog.Execute method.

See also:

IMetabaseDialog