View Source
Interface IUserDataFilter
Assembly: Umbraco.Core.dll
Syntax
public interface IUserDataFilter
Properties
View Source
Groups
Declaration
ICollection<string>? Groups { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.String>> |
|
View Source
Identifiers
Declaration
ICollection<string>? Identifiers { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.String>> |
|
View Source
UserKeys
Declaration
ICollection<Guid>? UserKeys { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<Guid>> |
|