IScPacks.FindById

Syntax

FindById(Id: String): IScPack;

Parameters

Id. Identifier of a security package, by which the search is executed.

Description

The FindById method searches for a security package, which identifier is passed by the Id parameter.

Comments

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

See also:

IScPacks