Click or drag to resize

ProfileDynamicsGetDynamicsByID Method

Returns existing profile dynamics by its ID.

Namespace:  Dynamicweb.Analytics.Profiles.Integration
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static ProfileDynamics GetDynamicsByID(
	string id
)

Parameters

id
Type: SystemString
Profile dynamics ID.

Return Value

Type: ProfileDynamics
Existing profile dynamics or null (Nothing in Visual Basic) if profile dynamics cannot be found.
See Also