Click or drag to resize
FeatureParameters Class
This is a union of the parameters of the FNU features. The caller should know which parameters to populate for a specific feature.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesFeatureParameters

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

The FeatureParameters type exposes the following members.

Constructors
  NameDescription
Public methodFeatureParameters
Top
Properties
  NameDescription
Public propertyFeatureType
The feature type associated with the feature.
Public propertyHuntGroupNumber
The Hunt Group Number used in avaya-cm-group parameter for the Hunt Group Busy Position feature invocation

Populate if the feature is Hunt Group Busy Position feature.

Public propertyOwnerExtension
The owner extension associated with this feature.

Populate if targeted feature's owner is different from the local user's extension.

Top
See Also