Enum UserSearchFilter.ServiceAccountFilter
- Namespace
- Dynamicweb.Security.UserManagement
- Assembly
- Dynamicweb.Core.dll
Represents the service account filter options.
public enum UserSearchFilter.ServiceAccountFilter
Fields
All = 2Both regular users and service accounts are included.
ExcludeServiceAccounts = 0Regular users only — service accounts are excluded.
OnlyServiceAccounts = 1Service accounts only — regular users are excluded.