Initializes a new instance of the EditableResponseItem class.

Namespace: ININ.IceLib.People.ResponseManagement
Assembly: ININ.IceLib.People (in ININ.IceLib.People.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
[ObsoleteAttribute("Please use the constructor that takes a Shortcut and Keywords.", 
	false)]
public EditableResponseItem(
	ResponseItemType type,
	string name,
	string itemValue
)
Visual Basic
<ObsoleteAttribute("Please use the constructor that takes a Shortcut and Keywords.",  _
	False)> _
Public Sub New ( _
	type As ResponseItemType, _
	name As String, _
	itemValue As 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).

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 3.0, supported for IC Server version 3.0 GA and beyond.

See Also