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!

TemplateEditingFrame.Open

Opens this frame for editing in the designer.

[Visual Basic]
Public Sub Open()
[C#]
public void Open();
[C++]
public: void Open();
[JScript]
public function Open();

Remarks

This initializes the frame first if necessary, and fills in the actual template content within the marked template sections. Finally, this makes the frame visible by placing the frame element in the view-linked markup.

See Also

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