IMetabaseObjectParamValues.FindById

Syntax

FindById(Id: String): IMetabaseObjectParamValue;

Parameters

Id - identifier of repository object parameter.

Description

The FindById method searches for a parameter by the Id specified identifier.

Comments

In case of successful search the method returns parameter settings, otherwise it returns Null.

See also:

IMetabaseObjectParamValues