Represents the type of the memo watcher.

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

Collapse imageSyntax

C#
public enum MemoWatchType
Visual Basic
Public Enumeration MemoWatchType

Collapse imageMembers

Member nameValueDescription
MyMemos0 Watches for Memo objects that are addressed to the current user.
GeneralMemos1 Watches for all non-alert Memo objects.
AlertMemos2 Watches for alert Memo objects. This watch type will only watch for alerts that match a given AlertSet ID.

Collapse imageRemarks

MemoList objects can be created to watch for different circumstances. This enum differentiates between the watch types.

Collapse imageVersion Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

Collapse imageSee Also