GetCategoryChildren(String,Boolean,Int32) Method
See Also 
SourceCode.Categories.Client Namespace > CategoryServer Class > GetCategoryChildren Method : GetCategoryChildren(String,Boolean,Int32) Method



systemName
getCategoryData
parentCategoryId

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetCategoryChildren( _
   ByVal systemName As String, _
   ByVal getCategoryData As Boolean, _
   ByVal parentCategoryId As Integer _
) As CategoryExplorer
Visual Basic (Usage) Copy Code
Dim instance As CategoryServer
Dim systemName As String
Dim getCategoryData As Boolean
Dim parentCategoryId As Integer
Dim value As CategoryExplorer
 
value = instance.GetCategoryChildren(systemName, getCategoryData, parentCategoryId)
C++/CLI  
public:
CategoryExplorer^ GetCategoryChildren( 
   String^ systemName,
   bool getCategoryData,
   int parentCategoryId
) 

Parameters

systemName
getCategoryData
parentCategoryId

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also