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

Syntax

C#
Tuple<ICategory, int>[] GetEntityChildrenCategoriesWithCount(
	string entityId,
	string userId,
	bool recurseThroughEntities,
	bool includeCategoryDescendants
)
Visual Basic
Function GetEntityChildrenCategoriesWithCount ( _
	entityId As String, _
	userId As String, _
	recurseThroughEntities As Boolean, _
	includeCategoryDescendants As Boolean _
) As Tuple(Of ICategory, Integer)()
Visual C++
array<Tuple<ICategory^, int>^>^ GetEntityChildrenCategoriesWithCount(
	String^ entityId, 
	String^ userId, 
	bool recurseThroughEntities, 
	bool includeCategoryDescendants
)

Parameters

entityId
Type: System..::..String
userId
Type: System..::..String
recurseThroughEntities
Type: System..::..Boolean
includeCategoryDescendants
Type: System..::..Boolean

See Also