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# |
---|
IPaginatedList<IEntity, int> GetUserCreatedItems( string creationUserID, EntitySortFields orderBy, bool sortAscending, IEnumerable<string> categoryIDs, bool includeCategoryDescendants ) |
Visual Basic |
---|
Function GetUserCreatedItems ( _ creationUserID As String, _ orderBy As EntitySortFields, _ sortAscending As Boolean, _ categoryIDs As IEnumerable(Of String), _ includeCategoryDescendants As Boolean _ ) As IPaginatedList(Of IEntity, Integer) |
Visual C++ |
---|
IPaginatedList<IEntity^, int>^ GetUserCreatedItems( String^ creationUserID, EntitySortFields orderBy, bool sortAscending, IEnumerable<String^>^ categoryIDs, bool includeCategoryDescendants ) |
Parameters
- creationUserID
- Type: System..::..String
- orderBy
- Type: EntitySortFields
- sortAscending
- Type: System..::..Boolean
- categoryIDs
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
- includeCategoryDescendants
- Type: System..::..Boolean