This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ActiveDirectory.
Summary
Contains settings used by
UserCreate
.
- Assembly
- Cake
.ActiveDirectory .dll - Namespace
- Cake
.ActiveDirectory .Users - Base Types
-
- Object
- Active
Directory Settings
graph BT
Type-->Base0["ActiveDirectorySettings"]
click Base0 "/api/Cake.ActiveDirectory/ActiveDirectorySettings"
Base0-->Base1["Object"]
Type["UserSettings"]
class Type type-node
Syntax
public class UserSettings : ActiveDirectorySettings
Constructors
Name | Summary |
---|---|
UserSettings |
Properties
Name | Value | Summary |
---|---|---|
Department | string |
Gets or sets the deparment of the user.
|
Description | string |
A description of the user.
|
DisplayName | string |
Gets or sets the display name of the user.
|
DomainName | string |
Active Directory domain name to operate on.
Inherited from Active
|
string |
The user's email address.
|
|
EmployeeId | string |
Gets or sets the Employee Id.
|
EmployeeNumber | string |
Gets or sets the Employee Number.
|
FirstName | string |
Gets or set the first name of the user.
|
HomeDirectory | string |
The path to the user's home directory.
|
HomeDrive | string |
The user's home drive letter.
|
LastName | string |
Gets or sets the last name of the user.
|
LoginName | string |
LoginName for Active Directory Login
Inherited from Active
|
Manager | string |
Gets or sets the manager of the user.
|
Must |
bool |
Gets or sets if password needs changed on next logon.
|
Password | string |
Password for Active Directory Login.
Inherited from Active
|
PhoneNumber | string |
The user's telephone number.
|
StreetAddress | string |
The user's street address.
|
Title | string |
Gets or sets the title of the user.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|