ITemplateEditingService.GetContainingTemplateName Method
.NET Framework 3.0
Gets the name of the parent template.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
String GetContainingTemplateName ( Control control )
function GetContainingTemplateName (
control : Control
) : String
Not applicable.
Parameters
- control
The Control for which to get the name of the parent template.
Return Value
The name of the parent template. Note: |
|---|
| The ITemplateEditingService interface is obsolete. Use the TemplateDefinition property of the TemplatedEditableDesignerRegion class for equivalent design time functionality. |
Community Additions
ADD
Show:
Note: