FilterInfoBar.AddMessage Method (String)

Adds a message to the information bar with the specified text.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Sub AddMessage ( _
    message As String _
)
'Usage
Dim instance As FilterInfoBar
Dim message As String

instance.AddMessage(message)
public void AddMessage(
    string message
)

Parameters

Remarks

The message is added without a filter icon, and the text is encoded.

See Also

Reference

FilterInfoBar Class

FilterInfoBar Members

AddMessage Overload

Microsoft.SharePoint.WebPartPages Namespace