Interface IApiPropertyRenderer
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IApiPropertyRenderer
  Methods
View SourceGetPropertyValue(IPublishedProperty, Boolean)
Declaration
object GetPropertyValue(IPublishedProperty property, bool expanding)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IPublishedProperty | property | |
| System.Boolean | expanding | 
Returns
| Type | Description | 
|---|---|
| System.Object |