Class UserDataFilter
Inheritance
object
Namespace: Umbraco.Cms.Infrastructure.Persistence.Querying
Assembly: Umbraco.Infrastructure.dll
Syntax
public class UserDataFilter : IUserDataFilter
Constructors
View SourceUserDataFilter()
Declaration
public UserDataFilter()
Properties
View SourceGroups
Gets or sets the collection of group names to filter by.
Declaration
public ICollection<string>? Groups { get; set; }
Property Value
| Type | Description |
|---|---|
| ICollection<string> |
Identifiers
Gets or sets the collection of identifiers to filter by.
Declaration
public ICollection<string>? Identifiers { get; set; }
Property Value
| Type | Description |
|---|---|
| ICollection<string> |
UserKeys
Gets or sets the collection of user keys to filter by.
Declaration
public ICollection<Guid>? UserKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| ICollection<Guid> |