ConsoleErrorDisplayType Enumeration
The format in which a ConsoleErrorDisplay control object is renders itself.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration ConsoleErrorDisplayType
'Usage
Dim instance As ConsoleErrorDisplayType
[SerializableAttribute]
public enum ConsoleErrorDisplayType
Members
Member name | Description | |
---|---|---|
Message | Display the appropriate message, which may include general information or an error message. | |
Image | Display the image that is appropriate for the current message type. | |
DismissalLink | Display a link for dismissing the message. |
Remarks
A ConsoleErrorDisplay control object renders in one of three ways. It displays the text and actions that are associated with the current message, it can display an appropriate image, or it can display a link used to dismiss the message currently displayed.
This object is most typically used to display text and associated actions with the current error or informational message.
See Also
Reference
Microsoft.SharePoint.Publishing.WebControls Namespace
DismissalLink
Image
Message