Select all first level chilren of a given category.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
Visual Basic |
---|
Function SelectCategories ( _
categoryParentId As String, _
showDeleted As Boolean _
) As ICategory() |
Parameters
- categoryParentId
- Type: System..::..String
Category ID to retrieve children for. Top level categories selected if parent ID is null.
- showDeleted
- Type: System..::..Boolean
Optionally show deleted child categories.
See Also