Table of Contents

Class AddAssetsCommandArguments

Namespace
Kentico.Xperience.Admin.DigitalMarketing.UIPages
Assembly
Kentico.Xperience.Admin.DigitalMarketing.dll

Arguments for adding assets.

public sealed class AddAssetsCommandArguments
Inheritance
object
AddAssetsCommandArguments
Extension Methods

Constructors

AddAssetsCommandArguments()

public AddAssetsCommandArguments()

Properties

ObjectType

The object type.

public string ObjectType { get; init; }

Property Value

string

SelectedItems

Serialized selected campaign assets. Each asset handler (Kentico.Xperience.Admin.DigitalMarketing.ICampaignAssetHandler) is responsible for deserialization to the specific type.

public string SelectedItems { get; init; }

Property Value

string