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!

Control.BuildProfileTree

[To be supplied.]

[Visual Basic]
Protected Sub BuildProfileTree( _
   ByVal parentId As String _
)
[C#]
protected void BuildProfileTree(
   string parentId
);
[C++]
protected: void BuildProfileTree(
   String* parentId
);
[JScript]
protected function BuildProfileTree(
   parentId : String
);

Parameters

parentId
[To be supplied.]

See Also

Control Class | Control Members | System.Web.UI Namespace