Each value in the enumeration represents a property of HistoryItem.

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

Syntax

C#
public enum HistoryItemProperty
Visual Basic
Public Enumeration HistoryItemProperty

Members

Member nameValueDescription
None0No property is indicated.
BeginTime1Represents the BeginTime property.
Direction2Represents the Direction property.
EndTime3Represents the EndTime property.
InteractionId4Represents the InteractionId property.
InteractionLog5Represents the InteractionLog property.
ItemFlags6Represents the ItemFlags property.
LocalAddress7Represents the LocalAddress property.
LocalId8Represents the LocalId property.
LocalName9Represents the LocalName property.
RemoteAddress10Represents the RemoteAddress property.
RemoteId11Represents the RemoteId property.
RemoteName12Represents the RemoteName property.

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