TemplateBasedControl.AlternateTemplateName Property
Gets or sets the name of a rendering template that can be used in contexts in which the template named by the TemplateName property would be inappropriate.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Property AlternateTemplateName As String
Get
Set
Dim instance As TemplateBasedControl
Dim value As String
value = instance.AlternateTemplateName
instance.AlternateTemplateName = value
public string AlternateTemplateName { get; set; }
Property Value
Type: System.String
A String object that represents the name of a rendering template that renders the control in special contexts. The default is a null reference (Nothing in Visual Basic).
Remarks
The default implementation of the AlternateTemplateName property returns the value of the DefaultAlternateTemplateName property if it has not been specifically set to something else.
Notes to Callers
Typically, calling code should set the AlternateTemplateName property to the value of the ID attribute of a <RenderingTemplate> element in an .ascx file that is located in the following folder:
C:\program files\common files\microsoft shared\web server extensions\12\template\controltemplates
The ID attribute identifies the RenderingTemplate object that renders the control in contexts, such as on particular forms, in which using the template named by the TemplateName property would be inappropriate.
See Also
Reference
Microsoft.SharePoint.WebControls Namespace