Table of Contents

Enum UserSearchFilter.ServiceAccountFilter

Namespace
Dynamicweb.Security.UserManagement
Assembly
Dynamicweb.Core.dll

Represents the service account filter options.

public enum UserSearchFilter.ServiceAccountFilter

Fields

All = 2

Both regular users and service accounts are included.

ExcludeServiceAccounts = 0

Regular users only — service accounts are excluded.

OnlyServiceAccounts = 1

Service accounts only — regular users are excluded.

To top