Table of Contents

Class UserSearchResult

Namespace
Dynamicweb.Security.UserManagement
Assembly
Dynamicweb.Core.dll
public sealed class UserSearchResult
Inheritance
UserSearchResult
Inherited Members

Properties

TotalCount

public required int TotalCount { get; init; }

Property Value

int

Users

public required IList<User> Users { get; init; }

Property Value

IList<User>
To top