NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlControlDesigner.GetContainingTemplateName

Gets the name of the containing template.

[Visual Basic]
Overridable Public Function GetContainingTemplateName() As String
[C#]
public virtual string GetContainingTemplateName();
[C++]
public: virtual String* GetContainingTemplateName();
[JScript]
public function GetContainingTemplateName() : String;

Return Value

The name of the containing template.

See Also

HtmlControlDesigner Class | HtmlControlDesigner Members | System.Web.UI.Design Namespace