Click or drag to resize

EmailProfileCopyTo Method

Copies the state of the current object to the given one.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public virtual void CopyTo(
	EmailProfile target
)

Parameters

target
Type: Dynamicweb.Analytics.NotificationsEmailProfile
Object to copy state into.
Exceptions
ExceptionCondition
ArgumentNullExceptiontarget is null.
See Also