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!

WebControlPersister.PersistChildControls

Persists the child controls of the control using the specified string writer.

[Visual Basic]
Public Shared Sub PersistChildControls( _
   ByVal sw As StringWriter, _
   ByVal controls As ControlCollection _
)
[C#]
public static void PersistChildControls(
   StringWriter sw,
   ControlCollection controls
);
[C++]
public: static void PersistChildControls(
   StringWriter* sw,
   ControlCollection* controls
);
[JScript]
public static function PersistChildControls(
   sw : StringWriter,
   controls : ControlCollection
);

Parameters

sw
The string writer to use.
controls
[To be supplied.]

See Also

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