| ProfileDynamicsPresetGetPresetsByType Method |
Returns a collection of all presets with the given item type.
Namespace:
Dynamicweb.Analytics.Profiles.Integration
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static ProfileDynamicsPresetCollection GetPresetsByType(
string itemType
)
Public Shared Function GetPresetsByType (
itemType As String
) As ProfileDynamicsPresetCollection
Parameters
- itemType
- Type: SystemString
Preset item type.
Return Value
Type:
ProfileDynamicsPresetCollectionA collection of all presets with the given item type.
Exceptions See Also