Click or drag to resize

ProfileEstimateCollectionFind Method

Searchs for the profile estimate that is associated with the given profile.

Namespace:  Dynamicweb.Analytics.Profiles
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public ProfileEstimate Find(
	Profile profile
)

Parameters

profile
Type: Dynamicweb.Analytics.ProfilesProfile
Visitor profile.

Return Value

Type: ProfileEstimate
Profile estimate or null (Nothing in Visual Basic) if the profile estimate cannot be found.
See Also