Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoIndexConfig

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class UmbracoIndexConfig : IUmbracoIndexConfig

    Constructors

    View Source

    UmbracoIndexConfig(IPublicAccessService, IScopeProvider)

    Declaration
    public UmbracoIndexConfig(IPublicAccessService publicAccessService, IScopeProvider scopeProvider)
    Parameters
    Type Name Description
    IPublicAccessService publicAccessService
    IScopeProvider scopeProvider

    Properties

    View Source

    PublicAccessService

    Declaration
    protected IPublicAccessService PublicAccessService { get; }
    Property Value
    Type Description
    IPublicAccessService
    View Source

    ScopeProvider

    Declaration
    protected IScopeProvider ScopeProvider { get; }
    Property Value
    Type Description
    IScopeProvider

    Methods

    View Source

    GetContentValueSetValidator()

    Declaration
    public IContentValueSetValidator GetContentValueSetValidator()
    Returns
    Type Description
    IContentValueSetValidator
    View Source

    GetMemberValueSetValidator()

    Returns the for the member indexer

    Declaration
    public IValueSetValidator GetMemberValueSetValidator()
    Returns
    Type Description
    IValueSetValidator
    View Source

    GetPublishedContentValueSetValidator()

    Declaration
    public IContentValueSetValidator GetPublishedContentValueSetValidator()
    Returns
    Type Description
    IContentValueSetValidator
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoIndexConfig(IPublicAccessService, IScopeProvider)
    • Properties
      • PublicAccessService
      • ScopeProvider
    • Methods
      • GetContentValueSetValidator()
      • GetMemberValueSetValidator()
      • GetPublishedContentValueSetValidator()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX