Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoOptionsAttribute

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class UmbracoOptionsAttribute : Attribute

    Constructors

    View Source

    UmbracoOptionsAttribute(String)

    Declaration
    public UmbracoOptionsAttribute(string configurationKey)
    Parameters
    Type Name Description
    System.String configurationKey

    Properties

    View Source

    BindNonPublicProperties

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

    ConfigurationKey

    Declaration
    public string ConfigurationKey { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoOptionsAttribute(String)
    • Properties
      • BindNonPublicProperties
      • ConfigurationKey
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX