View Source
Interface IOutputExpansionStrategy
Assembly: Umbraco.Core.dll
Syntax
public interface IOutputExpansionStrategy
Methods
View Source
MapContentProperties(IPublishedContent)
Declaration
IDictionary<string, object> MapContentProperties(IPublishedContent content)
Parameters
Returns
Type |
Description |
IDictionary<System.String, System.Object> |
|
View Source
MapElementProperties(IPublishedElement)
Declaration
IDictionary<string, object> MapElementProperties(IPublishedElement element)
Parameters
Returns
Type |
Description |
IDictionary<System.String, System.Object> |
|
View Source
MapMediaProperties(IPublishedContent, Boolean)
Declaration
IDictionary<string, object> MapMediaProperties(IPublishedContent media, bool skipUmbracoProperties = true)
Parameters
Returns
Type |
Description |
IDictionary<System.String, System.Object> |
|