FirstParamIsMetabase: Boolean;
FirstParamIsMetabase: Boolean;
The FirstParamIsMetabase property determines whether the method of link to the current repository is passed as a parameter value.
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.
The example of use is given in description of the MethodName property.
See also: