Click or drag to resize

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
)

Parameters

profileID
Type: SystemInt32
Profile ID.

Return Value

Type: EmailProfile
Existing profile or null (Nothing in Visual Basic) if the profile cannot be found.
See Also