Show / Hide Table of Contents

Class UserManagementSettings

Settings for the user management module.

Inheritance
System.Object
UserManagementSettings
Namespace: Phoenix.Users
Assembly: Phoenix.Plugin.Users.dll
Syntax
[Serializable]
public class UserManagementSettings : SettingsCategoryBase

Constructors

View Source

UserManagementSettings()

Initializes a new instance of the UserManagementSettings class.

Declaration
public UserManagementSettings()

Properties

View Source

UserListFile

Gets or sets the user list file path.

Declaration
public string UserListFile { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX