[This is preliminary documentation and is subject to change.]

Enumerated type for the type of event which can be processed

Namespace:  OfficeClip.DBLayer
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public enum ProcessWhichEvent
Visual Basic (Declaration)
Public Enumeration ProcessWhichEvent
Visual C++
public enum class ProcessWhichEvent

Members

Member nameDescription
ThisEventOnly
Only the current event can be processed
AllFutureEvents
All future events can be processed
AllEvents
All events including the current and the future can be processed
NonRecurring
A non recurring event and is a special case

See Also