Click or drag to resize
Galactic API

ActiveDirectoryDelete Method

Deletes an entry with the specified GUID from Active Directory.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool Delete(
	Guid guid
)

Parameters

guid
Type: SystemGuid

Return Value

Type: Boolean
True if the entry was deleted, false otherwise.
See Also