IAdhocParamSynchronization.Add

Syntax

Add(Id: String): IAdhocParamSyncIndex;

Parameters

Id. Identifier of the link to be added.

Description

The Add method adds a link to the collection.

Comments

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

Example

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

See also:

IAdhocParamSynchronization