This topic has not yet been rated - Rate this topic

TemplateBasedControl.TemplateName Property

Windows SharePoint Services 3
Gets or sets the name of the control's rendering template.

Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
public string TemplateName { get; set; }

Property Value

A String object that represents the name of a rendering template that renders the control. The default is null.

The default implementation of the TemplateName property returns the value of the DefaultTemplateName property unless a specific value has been set for the TemplateName property.

Notes to Callers: Typically, calling code should set the TemplateName 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. If you want to render the control differently in certain contexts, such as on particular forms, you can designate an alternative template by using the AlternateTemplateName property. Avoid using the DefaultTemplateName property for this purpose; this will enhance your code's readability and its consistency with other classes that are derived from the TemplateBasedControl class.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.