Constructs an Autodial object from the specified parameters.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.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