This documentation is archived and is not being maintained.
Control.BuildProfileTree Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Protected Sub BuildProfileTree( _ ByVal parentId As String, _ ByVal calcViewState As Boolean _ ) [C#] protected void BuildProfileTree( string parentId, bool calcViewState ); [C++] protected: void BuildProfileTree( String* parentId, bool calcViewState ); [JScript] protected function BuildProfileTree( parentId : String, calcViewState : Boolean );
See Also
Show: