SPMobileComponent.GetEllipsisString method
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Function GetEllipsisString ( _
source As String _
) As String
'Usage
Dim source As String
Dim returnValue As String
returnValue = Me.GetEllipsisString(source)
protected virtual string GetEllipsisString(
string source
)
Parameters
- source
Type: System.String
Return value
Type: System.String