Click or drag to resize
CampaignEditViewModelFillCampaignInfo Method
Fills given campaign with data obtained from current instance of CampaignEditViewModel. This method should be used whenever the call from client to the server with filled CampaignEditViewModel was made and the incoming object values need to be copied to the existing campaign.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public CampaignInfo FillCampaignInfo(
	CampaignInfo campaign
)

Parameters

campaign
Type: CMS.WebAnalyticsCampaignInfo
Campaign which will be filled with data from the current instance of CampaignEditViewModel

Return Value

Type: CampaignInfo
campaign filled with the data from current instance of CampaignEditViewModel
Exceptions
ExceptionCondition
ArgumentNullExceptioncampaign is null
See Also