TimelineDataSourceToolPart.DisplayAddressErrorMessage method
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub DisplayAddressErrorMessage ( _
errorType As String _
)
'Usage
Dim errorType As String
Me.DisplayAddressErrorMessage(errorType)
protected void DisplayAddressErrorMessage(
string errorType
)
Parameters
- errorType
Type: System.String
See also
Reference
TimelineDataSourceToolPart class