Specifies the priority level of a status message.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Enumeration SPPageStatusColor
'Usage
Dim instance As SPPageStatusColor
public enum SPPageStatusColor
Members
| Member name | Description | |
|---|---|---|
| Blue | A blue status message indicating information only. | |
| Green | A green status message indicating success. | |
| Yellow | A yellow status message indicating important information. | |
| Red | A red status message indicating very important information. |