AssetController Class |
Namespace: CMS.WebAnalytics
public sealed class AssetController : ApiController
The AssetController type exposes the following members.
Name | Description | |
---|---|---|
![]() | AssetController |
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.
|