DataListDesigner::GetTemplateContent Method (ITemplateEditingFrame^, String^, Boolean%)

 
Note: This API is now obsolete.

Gets the content of the template.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

public:
[ObsoleteAttribute("Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202")]
virtual String^ GetTemplateContent(
	ITemplateEditingFrame^ editingFrame,
	String^ templateName,
	[OutAttribute] bool% allowEditing
) override

Parameters

editingFrame
Type: System.Web.UI.Design::ITemplateEditingFrame^

The ITemplateEditingFrame instance from which to get the content.

templateName
Type: System::String^

The name of the template.

allowEditing
Type: System::Boolean%

true if the template's content can be edited; false if the content is read-only.

Return Value

Type: System::String^

The content of the template.

Rather than using editing frames, use template groups and designer editing regions. For more information, see TemplateGroups and DesignerRegion.

.NET Framework
Available since 1.1
Return to top
Show: