| ProfileManagerReorderAccordingToProfileT Method (IListT, String, FuncT, String) |
Reorders the given collection of items according to the current visitor's primary profile.
Namespace:
Dynamicweb.Analytics.Profiles
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static void ReorderAccordingToProfile<T>(
IList<T> items,
string itemType,
Func<T, string> idGenerator
)
Public Shared Sub ReorderAccordingToProfile(Of T) (
items As IList(Of T),
itemType As String,
idGenerator As Func(Of T, String)
)
Parameters
- items
- Type: System.Collections.GenericIListT
Items to reoder. - itemType
- Type: SystemString
Item type name. - idGenerator
- Type: SystemFuncT, String
A function that generates the item ID.
Type Parameters
- T
- Item type.
See Also