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
message
Type: System.StringThe message to add.
Remarks
The message is added without a filter icon, and the text is encoded.