A command that inserts a new contact into an existing contact list.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public sealed class InsertCommand : ContactListCommand
Visual Basic
Public NotInheritable Class InsertCommand _
	Inherits ContactListCommand

Remarks

The Where property is ignored in this type of command.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Configuration.Dialer..::..ContactListCommand
    ININ.IceLib.Configuration.Dialer..::..InsertCommand

See Also