GetCategoryIdFromSystemName Method
See Also 
SourceCode.Categories.Client Namespace > CategoryServer Class : GetCategoryIdFromSystemName Method



systemId
systemnamepath
delimiter
create

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetCategoryIdFromSystemName( _
   ByVal systemId As Integer, _
   ByVal systemnamepath As String, _
   ByVal delimiter As String, _
   ByVal create As Boolean _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As CategoryServer
Dim systemId As Integer
Dim systemnamepath As String
Dim delimiter As String
Dim create As Boolean
Dim value As Integer
 
value = instance.GetCategoryIdFromSystemName(systemId, systemnamepath, delimiter, create)
C#  
public int GetCategoryIdFromSystemName( 
   int systemId,
   string systemnamepath,
   string delimiter,
   bool create
)
C++/CLI  
public:
int GetCategoryIdFromSystemName( 
   int systemId,
   String^ systemnamepath,
   String^ delimiter,
   bool create
) 

Parameters

systemId
systemnamepath
delimiter
create

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