Interface IMediaEntitySlim
Represents a lightweight media entity, managed by the entity service.
Namespace: Umbraco.Cms.Core.Models.Entities
Assembly: Umbraco.Core.dll
Syntax
public interface IMediaEntitySlim : IContentEntitySlim, IEntitySlim, IUmbracoEntity, ITreeEntity, IEntity, IDeepCloneable, IHaveAdditionalData
Properties
View SourceMediaPath
The media file's path/URL
Declaration
string MediaPath { get; }
Property Value
Type | Description |
---|---|
System.String |