View Source
Class PublishedPropertyExtension
Provides extension methods for IPublishedProperty.
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, object? defaultValue = null)
Parameters
Returns
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, T? defaultValue = default)
Parameters
Returns
Type Parameters