MySiteLeftNavProvider.GetChildNodes Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overrides Function GetChildNodes ( _
parent As SiteMapNode _
) As SiteMapNodeCollection
'Usage
Dim instance As MySiteLeftNavProvider
Dim parent As SiteMapNode
Dim returnValue As SiteMapNodeCollection
returnValue = instance.GetChildNodes(parent)
public override SiteMapNodeCollection GetChildNodes(
SiteMapNode parent
)
Parameters
- parent
Type: System.Web.SiteMapNode
Return Value
Type: System.Web.SiteMapNodeCollection