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<ICategory> GetAppliedInheritedCategories( string entityID, string userID ) |
| Visual Basic |
|---|
Function GetAppliedInheritedCategories ( _ entityID As String, _ userID As String _ ) As IEnumerable(Of ICategory) |
| Visual C++ |
|---|
IEnumerable<ICategory^>^ GetAppliedInheritedCategories( String^ entityID, String^ userID ) |