Sets the display name for this configuration object.
Namespace: ININ.IceLib.ConfigurationAssembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public void SetDisplayName( string displayName ) |
Visual Basic |
---|
Public Sub SetDisplayName ( _ displayName As String _ ) |
Parameters
- displayName
- Type: System..::..String
The display name.
Remarks
Not all configuration objects support setting the display name; however, all objects must have an ID set via SetConfigurationId(String).
The following objects support having a display name that is different than the ID:
- AccessControlGroupConfiguration
- AnalyzerKeywordSetConfiguration
- AttendantEmailProfileConfiguration
- AttendantInboundProfileConfiguration
- AttendantOperatorProfileConfiguration
- AttendantOutboundProfileConfiguration
- ContactListSourceConfiguration
- ImageResourceConfiguration
- PasswordPolicyConfiguration
- PhoneNumberClassificationConfiguration
- ProcessConfiguration
- QueueColumnConfiguration
- ReportLogConfiguration
- StatusColumnConfiguration
- StatusMessageConfiguration
- UserConfiguration
- WorkgroupMonitoredMailboxConfiguration
Note |
---|
Setting the display name on UserConfiguration is handled differently, the display name for a UserConfiguration object can be set/retrieved from the DisplayName value. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.