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