Click or drag to resize

ContentItemCopyTo Method

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

Namespace:  Dynamicweb.Analytics.Profiles.Integration
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public virtual void CopyTo(
	ContentItem target
)

Parameters

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