CmsDataFormWebPart.GetDisplayName Method
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Protected Shared Function GetDisplayName ( _
ddl As ListControl, _
templateName As String _
) As String
'Usage
Dim ddl As ListControl
Dim templateName As String
Dim returnValue As String
returnValue = CmsDataFormWebPart.GetDisplayName(ddl, _
templateName)
protected static string GetDisplayName(
ListControl ddl,
string templateName
)
Parameters
- ddl
Type: System.Web.UI.WebControls.ListControl
- templateName
Type: System.String
Return Value
Type: System.String