Table of Contents

Class ContentItemAsset

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Represents content item asset persisted in database.

public sealed class ContentItemAsset
Inheritance
object
ContentItemAsset
Extension Methods

Properties

Metadata

Asset metadata.

public ContentItemAssetMetadata Metadata { get; set; }

Property Value

ContentItemAssetMetadata

Url

Relative URL to the content item asset.

public string Url { get; set; }

Property Value

string

VariantUrls

Dictionary that contains relative URLs to the variants of content item asset. The key is a code name of image variant.

public ReadOnlyDictionary<string, string> VariantUrls { get; set; }

Property Value

ReadOnlyDictionary<string, string>