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!

TemplatedControlDesigner.ExitTemplateMode

Closes the currently active template editing frame after saving any relevant changes.

[Visual Basic]
Public Sub ExitTemplateMode( _
   ByVal fSwitchingTemplates As Boolean, _
   ByVal fNested As Boolean _
)
[C#]
public void ExitTemplateMode(
   bool fSwitchingTemplates,
   bool fNested
);
[C++]
public: void ExitTemplateMode(
   bool fSwitchingTemplates,
   bool fNested
);
[JScript]
public function ExitTemplateMode(
   fSwitchingTemplates : Boolean,
   fNested : Boolean
);

Parameters

fSwitchingTemplates
true when switching from one template editing frame to another, otherwise false.
fNested
true if this designer is nested (one or more levels) within another control whose designer is also in template editing mode, otherwise false.

See Also

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