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



manager
dataPath
delimiter
create

Glossary Item Box

Syntax

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

Parameters

manager
dataPath
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