Constructs an Autodial object from the specified parameters.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic Autodial(
int nButtonLocation,
string sDestinationLabel,
string sDestinationExtension,
bool bIsDestinationExtensionEditable
)
Parameters
- nButtonLocation
- Type: SystemInt32
Index of Autodial button - sDestinationLabel
- Type: SystemString
Destination extension label - sDestinationExtension
- Type: SystemString
Destination extension - bIsDestinationExtensionEditable
- Type: SystemBoolean
true if destination extension is editable by user else false
See Also