Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserDataFilter

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Querying
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class UserDataFilter : IUserDataFilter

    Properties

    View Source

    Groups

    Declaration
    public ICollection<string>? Groups { get; set; }
    Property Value
    Type Description
    System.Nullable<ICollection<System.String>>
    View Source

    Identifiers

    Declaration
    public ICollection<string>? Identifiers { get; set; }
    Property Value
    Type Description
    System.Nullable<ICollection<System.String>>
    View Source

    UserKeys

    Declaration
    public ICollection<Guid>? UserKeys { get; set; }
    Property Value
    Type Description
    System.Nullable<ICollection<Guid>>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Groups
      • Identifiers
      • UserKeys
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX