Click or drag to resize
AssetController Class
Handles the campaign assets.
Inheritance Hierarchy
SystemObject
  ApiController
    CMS.WebAnalyticsAssetController

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

The AssetController type exposes the following members.

Constructors
  NameDescription
Public methodAssetController
Top
Methods
  NameDescription
Public methodDelete
Deletes given campaign asset.
Public methodPost
Performs saving of the CampaignAssetInfo corresponding to the given CampaignAssetViewModel. The CampaignAssetInfo is inserted with the values obtained from campaignAssetViewModel.
Public methodPut
Performs update of the CampaignAssetInfo corresponding. The CampaignAssetInfo values are updated with the values from campaignAssetViewModel.
Top
See Also