Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUserDataFilter

    Represents a filter for querying user data.

    Namespace: Umbraco.Cms.Infrastructure.Persistence.Querying
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IUserDataFilter

    Properties

    View Source

    Groups

    Gets or sets the collection of group names to filter by.

    Declaration
    ICollection<string>? Groups { get; set; }
    Property Value
    Type Description
    ICollection<string>
    View Source

    Identifiers

    Gets or sets the collection of identifiers to filter by.

    Declaration
    ICollection<string>? Identifiers { get; set; }
    Property Value
    Type Description
    ICollection<string>
    View Source

    UserKeys

    Gets or sets the collection of user keys to filter by.

    Declaration
    ICollection<Guid>? UserKeys { get; set; }
    Property Value
    Type Description
    ICollection<Guid>
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX