Heureka API .NET Documentation
GetControlCategoriesFromProject Method



Path to the project
Gets all control categories of a project (domain settings excluded)
Syntax
'Declaration
 
Public Shared Function GetControlCategoriesFromProject( _
   ByVal path As String _
) As IControlCategory()
'Usage
 
Dim path As String
Dim value() As IControlCategory
 
value = ApiProjectManager.GetControlCategoriesFromProject(path)
public static IControlCategory[] GetControlCategoriesFromProject( 
   string path
)
public:
static array<IControlCategory^>^ GetControlCategoriesFromProject( 
   String^ path
) 

Parameters

path
Path to the project

Return Value

Array of all control categories in the project, excluding domain settings
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

Reference

ApiProjectManager Class
ApiProjectManager Members

Send Feedback