API Reference
Class
DirectoryMutationResult
Represents the outcome of a directory write operation.
Inheritance
- Object
- DirectoryMutationResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method DirectoryAccountHelper.AddGroupMember
- Method DirectoryAccountHelper.DeleteComputer
- Method DirectoryAccountHelper.DeleteGroup
- Method DirectoryAccountHelper.DeleteUser
- Method DirectoryAccountHelper.DisableComputer
- Method DirectoryAccountHelper.DisableUser
- Method DirectoryAccountHelper.EnableComputer
- Method DirectoryAccountHelper.EnableUser
- Method DirectoryAccountHelper.RemoveGroupMember
- Method DirectoryAccountHelper.ResetComputerPassword
- Method DirectoryAccountHelper.ResetUserPassword
- Method DirectoryObjectHelper.SetComputer
- Method DirectoryObjectHelper.SetGroup
- Method DirectoryObjectHelper.SetOrganizationalUnit
- Method DirectoryObjectHelper.SetUser
- Method DirectoryObjectMoveHelper.MoveComputer
- Method DirectoryObjectMoveHelper.MoveGroup
- Method DirectoryObjectMoveHelper.MoveUser
- Method DirectoryOrganizationalUnitHelper.CreateOrganizationalUnit
- Method DirectoryOrganizationalUnitHelper.DeleteOrganizationalUnit
- Method DirectoryOrganizationalUnitHelper.MoveOrganizationalUnit
Accepted by parameters
- Constructor DirectoryAccountHelper.DirectoryAccountHelper
- Constructor DirectoryAccountHelper.DirectoryAccountHelper
- Constructor DirectoryAccountHelper.DirectoryAccountHelper
- Constructor DirectoryAccountHelper.DirectoryAccountHelper
- Constructor DirectoryAccountHelper.DirectoryAccountHelper
- Constructor DirectoryAccountHelper.DirectoryAccountHelper
- Constructor DirectoryAccountHelper.DirectoryAccountHelper
- Constructor DirectoryAccountHelper.DirectoryAccountHelper
- Constructor DirectoryAccountHelper.DirectoryAccountHelper
- Constructor DirectoryAccountHelper.DirectoryAccountHelper
- Constructor DirectoryAccountHelper.DirectoryAccountHelper
- Constructor DirectoryObjectHelper.DirectoryObjectHelper
- Constructor DirectoryObjectMoveHelper.DirectoryObjectMoveHelper
- Constructor DirectoryObjectMoveHelper.DirectoryObjectMoveHelper
- Constructor DirectoryObjectMoveHelper.DirectoryObjectMoveHelper
- Constructor DirectoryOrganizationalUnitHelper.DirectoryOrganizationalUnitHelper
- Constructor DirectoryOrganizationalUnitHelper.DirectoryOrganizationalUnitHelper
- Constructor DirectoryOrganizationalUnitHelper.DirectoryOrganizationalUnitHelper
Constructors
public DirectoryMutationResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Operation { get; set; } #Gets the operation name.
public String ObjectType { get; set; } #Gets the object type affected by the operation.
public String Identity { get; set; } #Gets the identity value used for the operation.
public String DistinguishedName { get; set; } #Gets the distinguished name of the affected object.
public String DomainName { get; set; } #Gets the domain used for the operation.
public Boolean Changed { get; set; } #Gets whether the directory state changed.
public String Message { get; set; } #Gets a short operation detail message.
public IReadOnlyList<String> UpdatedAttributes { get; set; } #Gets the attributes updated by the operation.
public IReadOnlyList<String> ClearedAttributes { get; set; } #Gets the attributes cleared by the operation.
public DateTime TimestampUtc { get; set; } #Gets the UTC timestamp when the operation result was created.