| 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
)
Public Function Find (
profile As Profile
) As ProfileEstimate
Parameters
- profile
- Type: Dynamicweb.Analytics.ProfilesProfile
Visitor profile.
Return Value
Type:
ProfileEstimateProfile estimate or null (Nothing in Visual Basic) if the profile estimate cannot be found.
See Also