DeleteCategoryData(List<String>,List<String>,Int32,Boolean) Method
See Also 
SourceCode.Categories.Client Namespace > CategoryServer Class > DeleteCategoryData Method : DeleteCategoryData(List<String>,List<String>,Int32,Boolean) Method



data
dataType
categoryID
deleteParentCategoryIfEmpty

Glossary Item Box

Syntax

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) Copy Code
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++/CLI  
public:
void DeleteCategoryData( 
   List<String^>^ data,
   List<String^>^ dataType,
   int categoryID,
   bool deleteParentCategoryIfEmpty
) 

Parameters

data
dataType
categoryID
deleteParentCategoryIfEmpty

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