This topic has not yet been rated - Rate this topic

TemplateOverride Enumeration

Specifies whether a TemplateBasedControl object should render its Template or AlternateTemplate or whether it should let the logic of its own ControlTemplate determine whether its Template or AlternateTemplate is rendered.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
public enum TemplateOverride
Member name Description
None Let the control template decide.
Template Render the Template.
AlternateTemplate Render the AlternateTemplate.
Both Render Template unless it is null; else render AlternateTemplate.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ