View Source
Class PublishedPropertyExtension
Provides extension methods for IPublishedProperty
.
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public static class PublishedPropertyExtension
Methods
View Source
Value(IPublishedProperty, IPublishedValueFallback, String, String, Fallback, Object)
Declaration
public static object Value(this IPublishedProperty property, IPublishedValueFallback publishedValueFallback, string culture = null, string segment = null, Fallback fallback = default(Fallback), object defaultValue = null)
Parameters
Returns
Type |
Description |
System.Object |
|
View Source
Value<T>(IPublishedProperty, IPublishedValueFallback, String, String, Fallback, T)
Declaration
public static T Value<T>(this IPublishedProperty property, IPublishedValueFallback publishedValueFallback, string culture = null, string segment = null, Fallback fallback = default(Fallback), T defaultValue = null)
Parameters
Returns
Type Parameters