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.Save

Extracts the current contents for the marked template sections in the live tree, and notifies the designer with the updated contents for the individual templates.

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

See Also

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