IMetabaseObjectParamValues.FindById

Syntax

FindById(Id: String): IMetabaseObjectParamValue;

Parameters

Id - a repository object parameter identifier.

Description

The FindById method searches parameters by the Id specified identifier.

Comments

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

See also:

IMetabaseObjectParamValues