Select all categories.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
ICategory[] SelectCategories(
	bool showDeleted
)
Visual Basic
Function SelectCategories ( _
	showDeleted As Boolean _
) As ICategory()
Visual C++
array<ICategory^>^ SelectCategories(
	bool showDeleted
)

Parameters

showDeleted
Type: System..::..Boolean
Optionally show deleted categories and their children.

See Also