| ProfileManagerReorderAccordingToProfileT Method (IListT, FuncT, String, Profile) |
Reorders the given collection of items according to the given visitor 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,
Func<T, string> idGenerator,
Profile profile
)
Public Shared Sub ReorderAccordingToProfile(Of T) (
items As IList(Of T),
idGenerator As Func(Of T, String),
profile As Profile
)
Parameters
- items
- Type: System.Collections.GenericIListT
Items to reoder. - idGenerator
- Type: SystemFuncT, String
A function that generates the item ID. - profile
- Type: Dynamicweb.Analytics.ProfilesProfile
Target visitor profile.
Type Parameters
- T
- Item type.
See Also