Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Protected Shared Function GetTemplateName ( _
ddl As ListControl, _
displayName As String _
) As String
'Usage
Dim ddl As ListControl
Dim displayName As String
Dim returnValue As String
returnValue = CmsDataFormWebPart.GetTemplateName(ddl, _
displayName)
protected static string GetTemplateName(
ListControl ddl,
string displayName
)
Parameters
- ddl
Type: System.Web.UI.WebControls.ListControl
- displayName
Type: System.String
Return Value
Type: System.String