Table of Contents

Class ContentItemAssetFormComponentBaseProperties

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

Represents base properties of a component for editing the ContentItemAsset data type.

public abstract class ContentItemAssetFormComponentBaseProperties : FormComponentProperties, IFormComponentProperties, IAutomaticImageFormatConversionConfiguration
Inheritance
object
ContentItemAssetFormComponentBaseProperties
Implements
Derived
Inherited Members
Extension Methods

Properties

InputImageExtensions

File extensions that are processed by the 'Automatic image format conversion' pipeline.

[GeneralSelectorComponent(typeof(ImageFormatConversionExtensionSelectorDataProvider))]
public IEnumerable<string> InputImageExtensions { get; set; }

Property Value

IEnumerable<string>

IsFormatConversionEnabled

Indicates whether the 'Automatic image format conversion' feature is enabled on the field.

public bool IsFormatConversionEnabled { get; set; }

Property Value

bool

OutputImageExtension

Image extension that is produced by the 'Automatic image format conversion' pipeline.

[SingleGeneralSelectorComponent(typeof(ImageFormatConversionExtensionSelectorDataProvider))]
public string OutputImageExtension { get; set; }

Property Value

string

OutputQuality

Quality of the image that is produced by the 'Automatic image format conversion' pipeline.

[SingleGeneralSelectorComponent(typeof(ImageFormatConversionQualitySelectorDataProvider))]
public string OutputQuality { get; set; }

Property Value

string