Click or drag to resize
UserConfiguration Class
Configuration information for a User.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesUserConfiguration

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

The UserConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodUserConfiguration
Constructor.This should be used for constructing UserConfiguration
Top
Properties
  NameDescription
Public propertyAcsConfiguration
Configuration information for the user's ACS provider.
Public propertyAgentConfiguration
Configuration information for the user's Agent service configuration and preferences.
Public propertyAmmConfiguration
Configuration information for the user's AMM provider.
Public propertyAvayaMessagingConfiguration
Configuration information for the user's Avaya Messaging provider.
Public propertyBandwidthRegulationEnabled
A boolean value indicating whether bandwidth regulation is enabled.
Public propertyBfcpConfiguration
Configuration information for the user's BFCP provider.
Public propertyCesConfiguration
Configuration information for the user's CES provider.
Public propertyConferenceConfiguration
Configuration information for the user's Conference provider.
Public propertyDialingRulesConfiguration
Configuration information for the user's DialingRules provider.
Public propertyEc500Configuration
Configuration information for the user's Ec500 provider.
Public propertyExportServiceEnabled
A boolean value indicating whether Export Service is enabled.
Public propertyExternalAppInterfaceEnabled
A Boolean value indicating whether the external app interface is enabled.
Public propertyHttpUserConfiguration
Configuration information for the user's HTTP provider.
Public propertyIPOfficeConfiguration
Configuration information for user's IP Office account.
Public propertyLdapConfiguration
Configuration information for the user's LDAP provider.
Public propertyLocalCallLogFilePath
Full file path to the local call log persistent data file.
Public propertyLocalContactConfiguration
Configuration information for the user's Local Device Contact provider.
Public propertyMessagingConfiguration
Configuration information for the user's Messaging configuration and preferences.
Public propertyPpmConfiguration
Configuration information for the user's PPM provider. If this setting is null or blank (the default), use the initial SIP proxy server address (SIPUserConfiguration) as the PPM address.
Public propertyPresenceConfiguration
Configuration information for the user's Presence configuration and preferences.
Public propertySipUserConfiguration
Configuration information for the user's SIP provider.
Public propertyVideoUserConfiguration
Configuration information for the user's Video configuration preferences.
Public propertyWcsConfiguration
Configuration information for the user's WCS provider.
Public propertyZangConfiguration
Configuration information for the user's Zang provider.
Top
See Also