Initializes a new instance of the EditableResponseItem class.
Namespace: ININ.IceLib.People.ResponseManagementAssembly: ININ.IceLib.People (in ININ.IceLib.People.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public EditableResponseItem( ResponseItemType type, string name, string itemValue, string shortcut, List<string> keywords ) |
Visual Basic |
---|
Public Sub New ( _ type As ResponseItemType, _ name As String, _ itemValue As String, _ shortcut As String, _ keywords As List(Of String) _ ) |
Parameters
- type
- Type: ININ.IceLib.People.ResponseManagement..::..ResponseItemType
The type enumeration indicates whether this item is a simple note message, URL, or file response.
- name
- Type: System..::..String
Returns or assigns a name to this ResponseItem.
- itemValue
- Type: System..::..String
The value (File Name / Text / Url).
- shortcut
- Type: System..::..String
The shortcut for this ResponseItem.
- keywords
- Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
The keywords (A set of strings used to search for this ResponseItem).
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.