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



systemName
getCategoryData
startWithName

Glossary Item Box

Syntax

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

Parameters

systemName
getCategoryData
startWithName

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