UserDelete Class

Summary

The User delete class for deleting Active Directory users.
graph BT Type-->Base0["ActiveDirectoryBase<UserSettings>"] Base0-->Base1["Object"] Type["UserDelete"] class Type type-node

Syntax

public sealed class UserDelete : ActiveDirectoryBase<UserSettings>

Constructors

Name Summary
UserDelete(IADOperator) Initializes a new instance of the UserDelete class.

Methods

Name Value Summary
DeleteUser(string) void
Deletes user based on user principal name.

Extension Methods

Name Value Summary
Dump<UserDelete>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<UserDelete>(UserDelete[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<UserDelete>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<UserDelete>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<UserDelete>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<UserDelete>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin