Indicates the cause of a debug item.
Members
Member | Description |
Custom | 2 - Indicates a log item is a result of a call to the ImageGear.Web.UI.PageView.writeToLog or ImageGear.Web.UI.ThumbnailView.writeToLog functions. |
Exception | 1 - Indicates a log item is a result of an exception. |
FunctionCall | 0 - Indicates a log item is a result of a JavaScript call made to an Accusoft control.
Note that items with this cause may also be due to an Accusoft control calling a different control (such as when a ImageGear.Web.UI.ThumbnailView control interacts with its associated ImageGear.Web.UI.PageView). |
UserAction | 3 - Indicates a log item is a result of a user's interaction with the user interface of a control. |
Warning | 4 - Indicates a log item is a result of a warning. |
Inheritance Hierarchy
Object
ImageGear.Web.UI.DebugItemCause
See Also