Visual Basic (Declaration) | |
---|---|
Public Overloads Sub DeleteCategoryData( _ ByVal data As List(Of String), _ ByVal dataType As List(Of String), _ ByVal categoryID As Integer, _ ByVal deleteParentCategoryIfEmpty As Boolean _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CategoryServer Dim data As List(Of String) Dim dataType As List(Of String) Dim categoryID As Integer Dim deleteParentCategoryIfEmpty As Boolean instance.DeleteCategoryData(data, dataType, categoryID, deleteParentCategoryIfEmpty) |
C# | |
---|---|
public void DeleteCategoryData( List<string> data, List<string> dataType, int categoryID, bool deleteParentCategoryIfEmpty ) |
C++/CLI | |
---|---|
public: void DeleteCategoryData( List<String^>^ data, List<String^>^ dataType, int categoryID, bool deleteParentCategoryIfEmpty ) |
Parameters
- data
- dataType
- categoryID
- deleteParentCategoryIfEmpty
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