DeleteCategory(Category,Int32) Method
See Also 
SourceCode.Categories.Client Namespace > CategoryServer Class > DeleteCategory Method : DeleteCategory(Category,Int32) Method



category
newCatId

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub DeleteCategory( _
   ByVal category As Category, _
   ByVal newCatId As Integer _
) 
Visual Basic (Usage) Copy Code
Dim instance As CategoryServer
Dim category As Category
Dim newCatId As Integer
 
instance.DeleteCategory(category, newCatId)
C#  
public void DeleteCategory( 
   Category category,
   int newCatId
)
C++/CLI  
public:
void DeleteCategory( 
   Category^ category,
   int newCatId
) 

Parameters

category
newCatId

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