IAdhocParamSynchronization.Add

Fore Syntax

Add(Id: String): IAdhocParamSyncIndex;

Fore.NET Syntax

None;

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.

Fore Example

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

See also:

IAdhocParamSynchronization