Table of Contents

Class AssetMacroContainer

Namespace
CMS.EmailLibrary
Assembly
CMS.EmailMarketing.dll

Container for resolving assets in macro resolver.

[Obsolete("Class was not intended for public use and will be removed in the next version.")]
[ObsoleteSince(29, 7)]
public sealed class AssetMacroContainer : INameIndexable
Inheritance
object
AssetMacroContainer
Implements
Extension Methods

Properties

Extension

Extension of the asset.

public string Extension { get; init; }

Property Value

string

this[string]

String indexer, gets or sets the value with the specified name

public object this[string columnName] { get; }

Parameters

columnName string

Property Value

object

Name

Name of the asset.

public string Name { get; init; }

Property Value

string

Url

Url of the asset.

public string Url { get; init; }

Property Value

string