Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetCategoryChildren( _ ByVal systemId As Integer, _ ByVal getCategoryData As Boolean, _ ByVal parentCategoryId As Integer _ ) As CategoryExplorer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CategoryServer Dim systemId As Integer Dim getCategoryData As Boolean Dim parentCategoryId As Integer Dim value As CategoryExplorer value = instance.GetCategoryChildren(systemId, getCategoryData, parentCategoryId) |
C# | |
---|---|
public CategoryExplorer GetCategoryChildren( int systemId, bool getCategoryData, int parentCategoryId ) |
C++/CLI | |
---|---|
public: CategoryExplorer^ GetCategoryChildren( int systemId, bool getCategoryData, int parentCategoryId ) |
Parameters
- systemId
- getCategoryData
- parentCategoryId
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