GetCategoryExplorer(Int32,Boolean,List<Int32>) Method
See Also 
SourceCode.Categories.Client Namespace > CategoryServer Class > GetCategoryExplorer Method : GetCategoryExplorer(Int32,Boolean,List<Int32>) Method



systemId
getCategoryData
categoryIds

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetCategoryExplorer( _
   ByVal systemId As Integer, _
   ByVal getCategoryData As Boolean, _
   ByVal categoryIds As List(Of Integer) _
) As CategoryExplorer
Visual Basic (Usage) Copy Code
Dim instance As CategoryServer
Dim systemId As Integer
Dim getCategoryData As Boolean
Dim categoryIds As List(Of Integer)
Dim value As CategoryExplorer
 
value = instance.GetCategoryExplorer(systemId, getCategoryData, categoryIds)
C#  
public CategoryExplorer GetCategoryExplorer( 
   int systemId,
   bool getCategoryData,
   List<int> categoryIds
)
C++/CLI  
public:
CategoryExplorer^ GetCategoryExplorer( 
   int systemId,
   bool getCategoryData,
   List<int>^ categoryIds
) 

Parameters

systemId
getCategoryData
categoryIds

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