| EmailProfileGetProfileByID Method |
Returns email profile by its ID.
Namespace:
Dynamicweb.Analytics.Notifications
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static EmailProfile GetProfileByID(
int profileID
)
Public Shared Function GetProfileByID (
profileID As Integer
) As EmailProfile
Parameters
- profileID
- Type: SystemInt32
Profile ID.
Return Value
Type:
EmailProfileExisting profile or null (Nothing in Visual Basic) if the profile cannot be found.
See Also