Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IContentValueSetValidator

    An extended for content indexes

    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IContentValueSetValidator

    Properties

    View Source

    ParentId

    Declaration
    int? ParentId { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    PublishedValuesOnly

    When set to true the index will only retain published values

    Declaration
    bool PublishedValuesOnly { get; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Any non-published values will not be put or kept in the index:

    • Deleted, Trashed, non-published Content items
    • non-published Variants
    View Source

    SupportProtectedContent

    If true, protected content will be indexed otherwise it will not be put or kept in the index

    Declaration
    bool SupportProtectedContent { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    View Source

    ValidatePath(String, String)

    Declaration
    bool ValidatePath(string path, string category)
    Parameters
    Type Name Description
    System.String path
    System.String category
    Returns
    Type Description
    System.Boolean
    View Source

    ValidateProtectedContent(String, String)

    Declaration
    bool ValidateProtectedContent(string path, string category)
    Parameters
    Type Name Description
    System.String path
    System.String category
    Returns
    Type Description
    System.Boolean
    View Source

    ValidateRecycleBin(String, String)

    Declaration
    bool ValidateRecycleBin(string path, string category)
    Parameters
    Type Name Description
    System.String path
    System.String category
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ParentId
      • PublishedValuesOnly
      • SupportProtectedContent
    • Methods
      • ValidatePath(String, String)
      • ValidateProtectedContent(String, String)
      • ValidateRecycleBin(String, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX