| AssetController Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.WebAnalytics.Web.UI
 Syntax
Syntaxpublic sealed class AssetController : CMSApiController
The AssetController type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | AssetController | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Delete | 
            Deletes given campaign asset.
             | 
|  | Post | 
            Performs saving of the CampaignAssetInfo corresponding to the given CampaignAssetViewModel.
            The CampaignAssetInfo is inserted with the values obtained from campaignAssetViewModel.
             | 
|  | Put | 
            Performs update of the CampaignAssetInfo corresponding.
            The CampaignAssetInfo values are updated with the values from campaignAssetViewModel.
             | 
 See Also
See Also