Click or drag to resize

ProfileDynamicsGetDynamicsByItem Method

Returns an existing profile dynamics by its item ID and item type.

Namespace:  Dynamicweb.Analytics.Profiles.Integration
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static ProfileDynamics GetDynamicsByItem(
	string itemID,
	string itemType
)

Parameters

itemID
Type: SystemString
Item ID.
itemType
Type: SystemString
Item type.

Return Value

Type: ProfileDynamics
Existing profile dynamics or null (Nothing in Visual Basic) if profile dynamics cannot be found.
Exceptions
ExceptionCondition
ArgumentNullExceptionitemType is null.
ArgumentExceptionitemType is an empty string.
See Also