Class MediaWithCrops
Represents a media item with local crops.
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Infrastructure.dll
Syntax
public class MediaWithCrops : PublishedContentWrapped, IPublishedContent, IPublishedElement
Constructors
View SourceMediaWithCrops(IPublishedContent, IPublishedValueFallback, ImageCropperValue)
Initializes a new instance of the Media
Declaration
public MediaWithCrops(IPublishedContent content, IPublishedValueFallback publishedValueFallback, ImageCropperValue localCrops)
Parameters
Type | Name | Description |
---|---|---|
IPublished |
content | The content. |
IPublished |
publishedValueFallback | The published value fallback. |
Image |
localCrops | The local crops. |
Properties
View SourceContent
Gets the content/media item.
Declaration
public IPublishedContent Content { get; }
Property Value
Type | Description |
---|---|
IPublished |
The content/media item. |
LocalCrops
Gets the local crops.
Declaration
public ImageCropperValue LocalCrops { get; }
Property Value
Type | Description |
---|---|
Image |
The local crops. |