Interface IUserDataFilter
Namespace: Umbraco.Cms.Infrastructure.Persistence.Querying
Assembly: Umbraco.Core.dll
Syntax
public interface IUserDataFilter
Properties
View SourceGroups
Declaration
ICollection<string>? Groups { get; set; }
Property Value
| Type | Description |
|---|---|
| ICollection<string> |
Identifiers
Declaration
ICollection<string>? Identifiers { get; set; }
Property Value
| Type | Description |
|---|---|
| ICollection<string> |
UserKeys
Declaration
ICollection<Guid>? UserKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| ICollection<Guid> |