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



systemName
rootName
rootDisplayname
rootDescription

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function CreateCategorySystem( _
   ByVal systemName As String, _
   ByVal rootName As String, _
   ByVal rootDisplayname As String, _
   ByVal rootDescription As String _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As CategoryServer
Dim systemName As String
Dim rootName As String
Dim rootDisplayname As String
Dim rootDescription As String
Dim value As Integer
 
value = instance.CreateCategorySystem(systemName, rootName, rootDisplayname, rootDescription)
C#  
public int CreateCategorySystem( 
   string systemName,
   string rootName,
   string rootDisplayname,
   string rootDescription
)
C++/CLI  
public:
int CreateCategorySystem( 
   String^ systemName,
   String^ rootName,
   String^ rootDisplayname,
   String^ rootDescription
) 

Parameters

systemName
rootName
rootDisplayname
rootDescription

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