Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IEnumerable<Category> GetCategoriesParents( IEnumerable<string> categoryIds, string userID ) |
Visual Basic |
---|
Function GetCategoriesParents ( _ categoryIds As IEnumerable(Of String), _ userID As String _ ) As IEnumerable(Of Category) |
Visual C++ |
---|
IEnumerable<Category^>^ GetCategoriesParents( IEnumerable<String^>^ categoryIds, String^ userID ) |
Parameters
- categoryIds
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
- userID
- Type: System..::..String