Table of Contents

Class ContentItemAssetMetadataBaseClientItem

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represents metadata of an asset in content item.

public class ContentItemAssetMetadataBaseClientItem
Inheritance
object
ContentItemAssetMetadataBaseClientItem
Derived
Extension Methods

Properties

ErrorMessage

Asset error message.

public string ErrorMessage { get; set; }

Property Value

string

Extension

Asset extension.

public string Extension { get; set; }

Property Value

string

Height

The asset height in pixels.

public int? Height { get; set; }

Property Value

int?

Remarks

Available only for images, null for other asset types.

Identifier

Asset GUID.

public Guid Identifier { get; set; }

Property Value

Guid

IsImage

Indicates if the file is image.

public bool IsImage { get; set; }

Property Value

bool

IsOptimizableImage

Indicates if it's possible to change the image's format, dimensions and quality. This value is based on the file format.

public bool IsOptimizableImage { get; set; }

Property Value

bool

LastModified

Last modification date.

public DateTime LastModified { get; set; }

Property Value

DateTime

Name

Asset name.

public string Name { get; set; }

Property Value

string

Size

Asset size in bytes.

public long Size { get; set; }

Property Value

long

Url

Asset URL.

public string Url { get; set; }

Property Value

string

Width

The asset width in pixels.

public int? Width { get; set; }

Property Value

int?

Remarks

Available only for images, null for other asset types.