Creates a link from a speed dial directory to a contact entry in the current directory.
The speed dial directory is a directory containing links to other
directories' contact entries.
Namespace: ININ.IceLib.DirectoriesAssembly: ININ.IceLib.Directories (in ININ.IceLib.Directories.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public void CreateSpeedDialLink( DirectoryMetadata speedDialDirectoryMetadata, ContactEntry linkedContactEntry, ContactPrimaryNumberDesignation newLinkPrimaryNumberDesignation ) |
Visual Basic |
---|
Public Sub CreateSpeedDialLink ( _ speedDialDirectoryMetadata As DirectoryMetadata, _ linkedContactEntry As ContactEntry, _ newLinkPrimaryNumberDesignation As ContactPrimaryNumberDesignation _ ) |
Parameters
- speedDialDirectoryMetadata
- Type: ININ.IceLib.Directories..::..DirectoryMetadata
The speed dial directory metadata.
- linkedContactEntry
- Type: ININ.IceLib.Directories..::..ContactEntry
The linked contact entry.
- newLinkPrimaryNumberDesignation
- Type: ININ.IceLib.Directories..::..ContactPrimaryNumberDesignation
The new link primary number designation.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | A parameter is nullNothingnullptra null reference (Nothing in Visual Basic). |
System..::..ObjectDisposedException | The Session has been disposed. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.