SPPageStatusSetter.AddStatus Method (String, String)
Adds the specified status message to the page.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub AddStatus ( _
title As String, _
html As String _
)
'Usage
Dim instance As SPPageStatusSetter
Dim title As String
Dim html As String
instance.AddStatus(title, html)
public void AddStatus(
string title,
string html
)
Parameters
title
Type: System.StringThe title of the status message.
html
Type: System.StringThe contents of the status message.
Remarks
The default status message color is blue.