Click or drag to resize
FeatureStatusParameters Class
The parameters that can be present in the status for any supported feature.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesFeatureStatusParameters

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class FeatureStatusParameters

The FeatureStatusParameters type exposes the following members.

Properties
  NameDescription
Public propertyButtonLocation
Returns the feature button index.
Public propertyDestination
Returns the destination extension associated with this feature.
Public propertyDestinationShortForm
Returns the short form of destination extension when received from server.
Public propertyEnhancedCallForwardingStatus
Returns the Enhanced Call Forwarding feature status.
Public propertyFeatureLabel
Returns the label text of the feature button.
Public propertyFeatureType
Returns the feature type.
Public propertyHuntGroupNumber
Returns the hunt group number associated with hunt - group - busy - position feature. For other features, this method will return 0.
Public propertyIsDestinationExtensionEditable
Indicates whether the destination extension can be edited by the user.
Public propertyIsFeatureLabelEditable
Indicates whether the feature label can be edited by the user.
Public propertyOwnerExtension
Returns the owner extension associated with this feature. This value is null for local or internal user.
Public propertyStatus
Returns the feature status.
Top
See Also