Click or drag to resize
Galactic API

SecurityPrincipalMoveRename Method

Moves and / or renames this object.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public override bool MoveRename(
	Nullable<Guid> newParentObjectGuid = null,
	string newSAMAccountName = null
)

Parameters

newParentObjectGuid (Optional)
Type: SystemNullableGuid
(Optional: Required only if moving) The GUID of the new parent object for the object (if moving).
newSAMAccountName (Optional)
Type: SystemString
(Optional: Required only if renaming) The new SAM Account Name (if renaming).

Return Value

Type: Boolean
True if the object was moved or renamed, false otherwise.
See Also