Delete category and all subcategories.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
bool DeleteCategory(
	Guid categoryId
)
Visual Basic
Function DeleteCategory ( 
	categoryId As Guid
) As Boolean
Visual C++
bool DeleteCategory(
	Guid categoryId
)
F#
abstract DeleteCategory : 
        categoryId : Guid -> bool 

Parameters

categoryId
Type: System..::..Guid
Category Id to delete

Return Value

Type: Boolean
True if deleted, False if not

See Also