Search Results for

    Show / Hide Table of Contents
    View Source

    Class InternalPublishedProperty

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PublishedCache.Internal
    Assembly: Umbraco.Core.dll
    Syntax
    public class InternalPublishedProperty : IPublishedProperty

    Properties

    View Source

    Alias

    Declaration
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    PropertyType

    Declaration
    public IPublishedPropertyType PropertyType { get; set; }
    Property Value
    Type Description
    IPublishedPropertyType
    View Source

    SolidDeliveryApiValue

    Declaration
    public object SolidDeliveryApiValue { get; set; }
    Property Value
    Type Description
    System.Object
    View Source

    SolidHasValue

    Declaration
    public bool SolidHasValue { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    SolidSourceValue

    Declaration
    public object SolidSourceValue { get; set; }
    Property Value
    Type Description
    System.Object
    View Source

    SolidValue

    Declaration
    public object SolidValue { get; set; }
    Property Value
    Type Description
    System.Object

    Methods

    View Source

    GetDeliveryApiValue(Boolean, String, String)

    Declaration
    public virtual object GetDeliveryApiValue(bool expanding, string culture = null, string segment = null)
    Parameters
    Type Name Description
    System.Boolean expanding
    System.String culture
    System.String segment
    Returns
    Type Description
    System.Object
    View Source

    GetSourceValue(String, String)

    Declaration
    public virtual object GetSourceValue(string culture = null, string segment = null)
    Parameters
    Type Name Description
    System.String culture
    System.String segment
    Returns
    Type Description
    System.Object
    View Source

    GetValue(String, String)

    Declaration
    public virtual object GetValue(string culture = null, string segment = null)
    Parameters
    Type Name Description
    System.String culture
    System.String segment
    Returns
    Type Description
    System.Object
    View Source

    HasValue(String, String)

    Declaration
    public virtual bool HasValue(string culture = null, string segment = null)
    Parameters
    Type Name Description
    System.String culture
    System.String segment
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • PropertyType
      • SolidDeliveryApiValue
      • SolidHasValue
      • SolidSourceValue
      • SolidValue
    • Methods
      • GetDeliveryApiValue(Boolean, String, String)
      • GetSourceValue(String, String)
      • GetValue(String, String)
      • HasValue(String, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX