IExecuteForeNetMethodScheduledTask.FirstParamIsMetabase

Fore Syntax

FirstParamIsMetabase: Boolean;

Fore.NET Syntax

FirstParamIsMetabase: Boolean;

Description

The FirstParamIsMetabase property determines whether the method of link to the current repository is passed as a parameter value.

Comments

If the property is set to True, the method specified in the MethodName property must have at least one parameter. The first parameter must be of the IMetabase type. At executing the task the context of the current repository is passed as the given parameter value.

Example

The example of use is given in description of the MethodName property.

See also:

IExecuteForeNetMethodScheduledTask