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

Syntax

C#
IPaginatedList<T, int> GetGlobalEntities(
	IEnumerable<string> categoryIDs,
	bool includeCategoryDescendants,
	string creationUserID,
	EntitySortFields orderBy,
	bool sortAscending
)
Visual Basic
Function GetGlobalEntities ( _
	categoryIDs As IEnumerable(Of String), _
	includeCategoryDescendants As Boolean, _
	creationUserID As String, _
	orderBy As EntitySortFields, _
	sortAscending As Boolean _
) As IPaginatedList(Of T, Integer)
Visual C++
IPaginatedList<T, int>^ GetGlobalEntities(
	IEnumerable<String^>^ categoryIDs, 
	bool includeCategoryDescendants, 
	String^ creationUserID, 
	EntitySortFields orderBy, 
	bool sortAscending
)

Parameters

categoryIDs
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
includeCategoryDescendants
Type: System..::..Boolean
creationUserID
Type: System..::..String
orderBy
Type: EntitySortFields
sortAscending
Type: System..::..Boolean

See Also