| ProfileGetProfileByReference Method |
Returns profile by its reference.
Namespace:
Dynamicweb.Analytics.Profiles
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static Profile GetProfileByReference(
string reference
)
Public Shared Function GetProfileByReference (
reference As String
) As Profile
Parameters
- reference
- Type: SystemString
Profile reference.
Return Value
Type:
ProfileReport profile or null (Nothing in Visual Basic) if no profile exists with the given reference.
Exceptions See Also