Visual Basic (Declaration) | |
---|---|
Public Function GetCategoryIdFromDisplayName( _ ByVal systemId As Integer, _ ByVal displaynamepath As String, _ ByVal delimiter As String, _ ByVal create As Boolean _ ) As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CategoryServer Dim systemId As Integer Dim displaynamepath As String Dim delimiter As String Dim create As Boolean Dim value As Integer value = instance.GetCategoryIdFromDisplayName(systemId, displaynamepath, delimiter, create) |
C# | |
---|---|
public int GetCategoryIdFromDisplayName( int systemId, string displaynamepath, string delimiter, bool create ) |
C++/CLI | |
---|---|
public: int GetCategoryIdFromDisplayName( int systemId, String^ displaynamepath, String^ delimiter, bool create ) |
Parameters
- systemId
- displaynamepath
- 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