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)

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