IAdhocSyncParams.Add

Fore Syntax

Add(Source: IAdhocDataSourceObject; ParamId: String): IAdhocParamSyncItem;

Fore.NET Syntax

None;

Parameters

Source. Dashboard data source containing parameters.

ParamId. Identifier of parameter to be added.

Description

The Add method adds a parameter to the collection.

Comments

To check if the parameter with the identifier is in the collection, use the IAdhocSyncParams.FindById method.

Fore Example

The property use is given in the example for IAdhocSynchronization.Params.

See also:

IAdhocSyncParams