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