View Source
Class UserDataFilter
Assembly: Umbraco.Infrastructure.dll
Syntax
public class UserDataFilter : IUserDataFilter
Properties
View Source
Groups
Declaration
public ICollection<string>? Groups { get; set; }
Property Value
| Type |
Description |
| ICollection<string> |
|
View Source
Identifiers
Declaration
public ICollection<string>? Identifiers { get; set; }
Property Value
| Type |
Description |
| ICollection<string> |
|
View Source
UserKeys
Declaration
public ICollection<Guid>? UserKeys { get; set; }
Property Value
| Type |
Description |
| ICollection<Guid> |
|