Click or drag to resize
CampaignAssetViewModel Class
View model for campaign assets.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsCampaignAssetViewModel

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public class CampaignAssetViewModel

The CampaignAssetViewModel type exposes the following members.

Constructors
  NameDescription
Public methodCampaignAssetViewModel
Top
Properties
  NameDescription
Public propertyAdditionalProperties
Contains properties required by specific types of campaign assets.
Public propertyAssetID
Asset info ID.
Public propertyCampaignID
ID of campaign this asset belongs to. Used when creating or updating asset.
Public propertyID
Asset ID.
Public propertyLink
Direct asset link.
Public propertyName
Asset name.
Public propertyType
Asset type.
Top
See Also