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) | ![]() |
---|---|
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
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